Firebase. Auth. AuthResult
The result of operations that can affect authentication state.
Summary
Inheritance
Inherits from: SystemIDisposable Constructors and Destructors | |
---|---|
AuthResult() |
Properties | |
---|---|
AdditionalUserInfo | 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 | The currently signed-in FirebaseUser, or null if there isn't one. |
Public functions | |
---|---|
Dispose() | void |
Dispose(bool disposing) | void |
Properties
AdditionalUserInfo
AdditionalUserInfo AdditionalUserInfo
Identity-provider specific information for the user, if the provider is one of Facebook, GitHub, Google, or Twitter.
Public functions
AuthResult
AuthResult()
Dispose
void Dispose()
Dispose
void Dispose( bool disposing )