FirebaseAuth Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
FIRActionCodeOperation
enum FIRActionCodeOperation : NSInteger {}
Operations which can be performed with action codes.
-
Action code for unknown operation.
Declaration
Objective-C
FIRActionCodeOperationUnknown = 0
-
Action code for password reset operation.
Declaration
Objective-C
FIRActionCodeOperationPasswordReset = 1
-
Action code for verify email operation.
Declaration
Objective-C
FIRActionCodeOperationVerifyEmail = 2
-
Action code for recover email operation.
Declaration
Objective-C
FIRActionCodeOperationRecoverEmail = 3
-
Action code for email link operation.
Declaration
Objective-C
FIRActionCodeOperationEmailLink = 4
-
Action code for verifying and changing email
Declaration
Objective-C
FIRActionCodeOperationVerifyAndChangeEmail = 5
-
Action code for reverting second factor addition
Declaration
Objective-C
FIRActionCodeOperationRevertSecondFactorAddition = 6
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-03-01 UTC.
[[["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-03-01 UTC."],[],[],null,["# FirebaseAuth Framework Reference\n\nFIRActionCodeOperation\n======================\n\n enum FIRActionCodeOperation : NSInteger {}\n\nOperations which can be performed with action codes.\n- `\n ``\n ``\n `\n\n ### [FIRActionCodeOperationUnknown](#/c:@E@FIRActionCodeOperation@FIRActionCodeOperationUnknown)\n\n `\n ` \n Action code for unknown operation. \n\n #### Declaration\n\n Objective-C \n\n FIRActionCodeOperationUnknown = 0\n\n- `\n ``\n ``\n `\n\n ### [FIRActionCodeOperationPasswordReset](#/c:@E@FIRActionCodeOperation@FIRActionCodeOperationPasswordReset)\n\n `\n ` \n Action code for password reset operation. \n\n #### Declaration\n\n Objective-C \n\n FIRActionCodeOperationPasswordReset = 1\n\n- `\n ``\n ``\n `\n\n ### [FIRActionCodeOperationVerifyEmail](#/c:@E@FIRActionCodeOperation@FIRActionCodeOperationVerifyEmail)\n\n `\n ` \n Action code for verify email operation. \n\n #### Declaration\n\n Objective-C \n\n FIRActionCodeOperationVerifyEmail = 2\n\n- `\n ``\n ``\n `\n\n ### [FIRActionCodeOperationRecoverEmail](#/c:@E@FIRActionCodeOperation@FIRActionCodeOperationRecoverEmail)\n\n `\n ` \n Action code for recover email operation. \n\n #### Declaration\n\n Objective-C \n\n FIRActionCodeOperationRecoverEmail = 3\n\n- `\n ``\n ``\n `\n\n ### [FIRActionCodeOperationEmailLink](#/c:@E@FIRActionCodeOperation@FIRActionCodeOperationEmailLink)\n\n `\n ` \n Action code for email link operation. \n\n #### Declaration\n\n Objective-C \n\n FIRActionCodeOperationEmailLink = 4\n\n- `\n ``\n ``\n `\n\n ### [FIRActionCodeOperationVerifyAndChangeEmail](#/c:@E@FIRActionCodeOperation@FIRActionCodeOperationVerifyAndChangeEmail)\n\n `\n ` \n Action code for verifying and changing email \n\n #### Declaration\n\n Objective-C \n\n FIRActionCodeOperationVerifyAndChangeEmail = 5\n\n- `\n ``\n ``\n `\n\n ### [FIRActionCodeOperationRevertSecondFactorAddition](#/c:@E@FIRActionCodeOperation@FIRActionCodeOperationRevertSecondFactorAddition)\n\n `\n ` \n Action code for reverting second factor addition \n\n #### Declaration\n\n Objective-C \n\n FIRActionCodeOperationRevertSecondFactorAddition = 6"]]