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
ACredential instance for the recently signed-in user.
User
The currently signed-inFirebaseUser, or null if there isn't one.

Public functions

Dispose()
void
Dispose(bool disposing)
void

Properties

AdditionalUserInfo

AdditionalUserInfoAdditionalUserInfo

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

Credential

CredentialCredential

ACredential instance for the recently signed-in user.

User

FirebaseUserUser

The currently signed-inFirebaseUser, or null if there isn't one.

Public functions

AuthResult

AuthResult()

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 2023-05-09 UTC.