[[["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\n\nThe result of operations that can affect authentication state.\n\nSummary\n\nInheritanceInherits from: SystemIDisposable\n\nProperties \n\nAdditionalUserInfo \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\nCredential \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\nUser \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\nAuthResult \n\n```c#\n AuthResult()\n``` \n\nDispose \n\n```c#\nvoid Dispose()\n``` \n\nDispose \n\n```c#\nvoid Dispose(\n bool disposing\n)\n```"]]