Home > @firebase/auth > ActionCodeOperation
ActionCodeOperation enum
An enumeration of the possible email action types.
Signature:
export declare const enum ActionCodeOperation
Enumeration Members
Member | Value | Description |
---|---|---|
EMAIL_SIGNIN | "EMAIL_SIGNIN" |
The email link sign-in action. |
PASSWORD_RESET | "PASSWORD_RESET" |
The password reset action. |
RECOVER_EMAIL | "RECOVER_EMAIL" |
The email revocation action. |
REVERT_SECOND_FACTOR_ADDITION | "REVERT_SECOND_FACTOR_ADDITION" |
The revert second factor addition email action. |
VERIFY_AND_CHANGE_EMAIL | "VERIFY_AND_CHANGE_EMAIL" |
The revert second factor addition email action. |
VERIFY_EMAIL | "VERIFY_EMAIL" |
The email verification action. |