Firebase. Auth. AdditionalUserInfo
Additional user data returned from an identity provider.
Summary
Inheritance
Inherits from: SystemIDisposableProperties | |
|---|---|
Profile | global::System.Collections.Generic.IDictionary< string, object >Additional identity-provider specific information. |
ProviderId | stringThe provider identifier. |
UpdatedCredential | |
UserName | stringThe name of the user. |
Public functions | |
|---|---|
Dispose() | void |
Dispose(bool disposing) | void |
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
stringProviderId
The provider identifier.
UpdatedCredential
CredentialUpdatedCredential
UserName
stringUserName
The name of the user.
Public functions
Dispose
voidDispose()
Dispose
voidDispose(booldisposing)
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-27 UTC.