[[["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\nFIRActionCodeInfo\n=================\n\n\n @interface FIRActionCodeInfo : NSObject\n\nManages information regarding action codes.\n- `\n ``\n ``\n `\n\n ### [operation](#/c:objc(cs)FIRActionCodeInfo(py)operation)\n\n `\n ` \n The operation being performed. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, readonly) ../Enums/FIRActionCodeOperation.html operation;\n\n- `\n ``\n ``\n `\n\n ### [email](#/c:objc(cs)FIRActionCodeInfo(py)email)\n\n `\n ` \n The email address to which the code was sent. The new email address in the case of\n `ActionCodeOperationRecoverEmail`. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, copy, readonly, nullable) NSString *email;\n\n- `\n ``\n ``\n `\n\n ### [previousEmail](#/c:objc(cs)FIRActionCodeInfo(py)previousEmail)\n\n `\n ` \n The email that is being recovered in the case of `ActionCodeOperationRecoverEmail`. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, copy, readonly, nullable) NSString *previousEmail;\n\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)FIRActionCodeInfo(im)init)\n\n `\n ` \n please use initWithOperation: instead. \n\n #### Declaration\n\n Objective-C \n\n - (nonnull instancetype)init;"]]