[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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```"]]