Defines two-factor authentication actions for password reset operations including QR code generation, verification, and credential deletion.
This is a listing of all possible Two Factor Authentication Request Actions.
| Name | Value | Description |
|---|---|---|
| Generate | 0 | Generate |
| Delete | 1 | Delete |
| GetQrCode | 2 | GetQrCode |
| GetString | 3 | GetString |
| VerifyCode | 4 | VerifyCode |