[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-07-27 UTC."],[],[],null,["# Firebase.Auth.AdditionalUserInfo Class Reference\n\nFirebase.Auth.AdditionalUserInfo\n================================\n\nAdditional user data returned from an identity provider.\n\nSummary\n-------\n\n### Inheritance\n\nInherits from: SystemIDisposable\n\n| ### Properties ||\n|-----------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------|\n| [Profile](#class_firebase_1_1_auth_1_1_additional_user_info_1a9a49ab391199bbec5a0ff5aff32fdb0a) | `global::System.Collections.Generic.IDictionary\u003c string, object \u003e` Additional identity-provider specific information. |\n| [ProviderId](#class_firebase_1_1_auth_1_1_additional_user_info_1af9a2ed4cdceb8423f222078f7edef6a7) | `string` The provider identifier. |\n| [UpdatedCredential](#class_firebase_1_1_auth_1_1_additional_user_info_1a1fee636533729827a97786a04ce2def6) | [Credential](/docs/reference/unity/class/firebase/auth/credential#class_firebase_1_1_auth_1_1_credential) |\n| [UserName](#class_firebase_1_1_auth_1_1_additional_user_info_1aacdc97113298201edd0cf50793228afe) | `string` The name of the user. |\n\n| ### Public functions ||\n|-------------------------------------------------------------------------------------------------------------------|--------|\n| [Dispose](#class_firebase_1_1_auth_1_1_additional_user_info_1a7c70682680e6146590ce1ac317955fd5)`()` | `void` |\n| [Dispose](#class_firebase_1_1_auth_1_1_additional_user_info_1a213920f55fea67abe082d636e7b4241e)`(bool disposing)` | `void` |\n\nProperties\n----------\n\n### Profile\n\n```c#\nglobal::System.Collections.Generic.IDictionary\u003c string, object \u003e Profile\n``` \nAdditional identity-provider specific information.\n\nMost likely a hierarchical key-value mapping, like a parsed JSON file. \n\n### ProviderId\n\n```c#\nstring ProviderId\n``` \nThe provider identifier. \n\n### UpdatedCredential\n\n```c#\nCredential UpdatedCredential\n``` \n\n### UserName\n\n```c#\nstring UserName\n``` \nThe name of the user.\n\nPublic functions\n----------------\n\n### Dispose\n\n```c#\nvoid Dispose()\n``` \n\n### Dispose\n\n```c#\nvoid Dispose(\n bool disposing\n)\n```"]]