Stay organized with collections
Save and categorize content based on your preferences.
Firebase.Auth.AdditionalUserInfo
Additional user data returned from an identity provider.
Summary
Inheritance
Inherits from: SystemIDisposable
Properties
|
Profile
|
global::System.Collections.Generic.IDictionary< string, object >
Additional identity-provider specific information.
|
ProviderId
|
string
The provider identifier.
|
UpdatedCredential
|
|
UserName
|
string
The name of the user.
|
Properties
Profile
global::System.Collections.Generic.IDictionary< string, object > Profile
Additional identity-provider specific information.
Most likely a hierarchical key-value mapping, like a parsed JSON file.
ProviderId
string ProviderId
Public functions
Dispose
void Dispose(
bool disposing
)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-27 UTC.
[null,null,["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```"]]