Stay organized with collections
Save and categorize content based on your preferences.
Firebase.Auth.AuthResult
The result of operations that can affect authentication state.
Summary
Inheritance
Inherits from: SystemIDisposable
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.
|
Properties
AdditionalUserInfo
AdditionalUserInfo AdditionalUserInfo
Identity-provider specific information for the user, if the provider is one of Facebook, GitHub, Google, or Twitter.
Public functions
Dispose
void Dispose(
bool disposing
)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-05-09 UTC.
[null,null,["Last updated 2023-05-09 UTC."],[],[],null,["# Firebase.Auth.AuthResult Class Reference\n\nFirebase.Auth.AuthResult\n========================\n\nThe result of operations that can affect authentication state.\n\nSummary\n-------\n\n### Inheritance\n\nInherits from: SystemIDisposable\n\n| ### Constructors and Destructors ||\n|---|---|\n| [AuthResult](#class_firebase_1_1_auth_1_1_auth_result_1a2355c91e604aa0264f5baa74c343dbcc)`()` ||\n\n| ### Properties ||\n|---------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [AdditionalUserInfo](#class_firebase_1_1_auth_1_1_auth_result_1a2e79e631c6b488d7bef980785ccbc942) | [AdditionalUserInfo](/docs/reference/unity/class/firebase/auth/additional-user-info#class_firebase_1_1_auth_1_1_additional_user_info) Identity-provider specific information for the user, if the provider is one of Facebook, GitHub, Google, or Twitter. |\n| [Credential](#class_firebase_1_1_auth_1_1_auth_result_1a14aed856498032036063a22b30e6379d) | [Credential](/docs/reference/unity/class/firebase/auth/credential#class_firebase_1_1_auth_1_1_credential) A [Credential](/docs/reference/unity/class/firebase/auth/credential#class_firebase_1_1_auth_1_1_credential) instance for the recently signed-in user. |\n| [User](#class_firebase_1_1_auth_1_1_auth_result_1aa028c87cb8a6719d06d8334db56e13e2) | [FirebaseUser](/docs/reference/unity/class/firebase/auth/firebase-user#class_firebase_1_1_auth_1_1_firebase_user) The currently signed-in [FirebaseUser](/docs/reference/unity/class/firebase/auth/firebase-user#class_firebase_1_1_auth_1_1_firebase_user), or null if there isn't one. |\n\n| ### Public functions ||\n|----------------------------------------------------------------------------------------------------------|--------|\n| [Dispose](#class_firebase_1_1_auth_1_1_auth_result_1a089bc4cb334d059a4b9c3022fd1d6295)`()` | `void` |\n| [Dispose](#class_firebase_1_1_auth_1_1_auth_result_1a0c0071d3ace31f1e07b6f19cae9ea7e8)`(bool disposing)` | `void` |\n\nProperties\n----------\n\n### AdditionalUserInfo\n\n```c#\nAdditionalUserInfo AdditionalUserInfo\n``` \nIdentity-provider specific information for the user, if the provider is one of Facebook, GitHub, Google, or Twitter. \n\n### Credential\n\n```c#\nCredential Credential\n``` \nA [Credential](/docs/reference/unity/class/firebase/auth/credential#class_firebase_1_1_auth_1_1_credential) instance for the recently signed-in user. \n\n### User\n\n```c#\nFirebaseUser User\n``` \nThe currently signed-in [FirebaseUser](/docs/reference/unity/class/firebase/auth/firebase-user#class_firebase_1_1_auth_1_1_firebase_user), or null if there isn't one.\n\nPublic functions\n----------------\n\n### AuthResult\n\n```c#\n AuthResult()\n``` \n\n### Dispose\n\n```c#\nvoid Dispose()\n``` \n\n### Dispose\n\n```c#\nvoid Dispose(\n bool disposing\n)\n```"]]