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.  
       | 
    
        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
string ProviderId
The provider identifier.
UpdatedCredential
Credential UpdatedCredential
UserName
string UserName
The name of the user.
Public functions
Dispose
void Dispose()
Dispose
void Dispose( bool disposing )