Firebase.Auth.SignInResult

Result of operations that can affect authentication state.

Summary

Deprecated. This structure will be replaced with AuthResult.

Inheritance

Inherits from: SystemIDisposable

Properties

Info
Identity-provider specific information for the user, if the provider is one of Facebook, Github, Google, or Twitter.
Meta
User
The currently signed-in FirebaseUser, or null if there isn't any (i.e.

Public functions

Dispose()
void
Dispose(bool disposing)
void

Properties

Info

AdditionalUserInfo Info

Identity-provider specific information for the user, if the provider is one of Facebook, Github, Google, or Twitter.

Meta

UserMetadata Meta

User

FirebaseUser User

The currently signed-in FirebaseUser, or null if there isn't any (i.e.

the user is signed out).

Public functions

Dispose

void Dispose()

Dispose

void Dispose(
  bool disposing
)