Stay organized with collections
Save and categorize content based on your preferences.
FIRAuthDataResult
@interfaceFIRAuthDataResult:NSObject
Helper object that contains the result of a successful sign-in, link and reauthenticate
action. It contains references to a User instance and a AdditionalUserInfo instance.
This property will be non-nil after a successful headful-lite sign-in via
signIn(with:uiDelegate:completion:). May be used to obtain the accessToken and/or IDToken
pertaining to a recently signed-in user.
[[["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 2022-05-04 UTC."],[],[],null,["# FirebaseAuth Framework Reference\n\nFIRAuthDataResult\n=================\n\n\n @interface FIRAuthDataResult : NSObject\n\nHelper object that contains the result of a successful sign-in, link and reauthenticate\naction. It contains references to a `User` instance and a `AdditionalUserInfo` instance.\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)FIRAuthDataResult(im)init)\n\n `\n ` \n This class should not be initialized manually. `AuthDataResult` instance is\n returned as part of `AuthDataResultCallback`. \n\n #### Declaration\n\n Objective-C \n\n - (nonnull instancetype)init;\n\n- `\n ``\n ``\n `\n\n ### [user](#/c:objc(cs)FIRAuthDataResult(py)user)\n\n `\n ` \n The signed in user. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, readonly) ../Classes/FIRUser.html *_Nonnull user;\n\n- `\n ``\n ``\n `\n\n ### [additionalUserInfo](#/c:objc(cs)FIRAuthDataResult(py)additionalUserInfo)\n\n `\n ` \n If available contains the additional IdP specific information about signed in user. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, readonly, nullable) ../Classes/FIRAdditionalUserInfo.html *additionalUserInfo;\n\n- `\n ``\n ``\n `\n\n ### [credential](#/c:objc(cs)FIRAuthDataResult(py)credential)\n\n `\n ` \n This property will be non-nil after a successful headful-lite sign-in via\n `signIn(with:uiDelegate:completion:)`. May be used to obtain the accessToken and/or IDToken\n pertaining to a recently signed-in user. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, readonly, nullable) ../Classes/FIRAuthCredential.html *credential;"]]