firebase:: auth:: AuthResult
  
    #include <user.h>
  
The result of operations that can affect authentication state.
Summary
        Public attributes | 
    |
|---|---|
        additional_user_info
       | 
      
        
         Identity-provider specific information for the user, if the provider is one of Facebook, GitHub, Google, or Twitter.  
       | 
    
        credential
       | 
      
        
         A Credential instance for the recently signed-in user.  
       | 
    
        user
       | 
      |
Public attributes
additional_user_info
AdditionalUserInfo firebase::auth::AuthResult::additional_user_info
Identity-provider specific information for the user, if the provider is one of Facebook, GitHub, Google, or Twitter.
credential
Credential firebase::auth::AuthResult::credential
A Credential instance for the recently signed-in user.
This is not supported on desktop platforms.