veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
26 lines (17 loc) • 1.06 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth-types](./auth-types.md) > [ActionCodeOperation](./auth-types.actioncodeoperation.md)
## ActionCodeOperation enum
An enumeration of the possible email action types.
<b>Signature:</b>
```typescript
export const enum ActionCodeOperation
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| EMAIL\_SIGNIN | <code>'EMAIL_SIGNIN'</code> | The email link sign-in action. |
| PASSWORD\_RESET | <code>'PASSWORD_RESET'</code> | The password reset action. |
| RECOVER\_EMAIL | <code>'RECOVER_EMAIL'</code> | The email revocation action. |
| REVERT\_SECOND\_FACTOR\_ADDITION | <code>'REVERT_SECOND_FACTOR_ADDITION'</code> | The revert second factor addition email action. |
| VERIFY\_AND\_CHANGE\_EMAIL | <code>'VERIFY_AND_CHANGE_EMAIL'</code> | The revert second factor addition email action. |
| VERIFY\_EMAIL | <code>'VERIFY_EMAIL'</code> | The email verification action. |