Properties
| Property | Type | Description |
|---|---|---|
method | "totp" | The currently selected MFA method. |
methods | "totp"[] | The available MFA methods for verification (from user’s enrolled methods). |
step | "verification" | The current step of the verification flow. P0: only “verification”. |
mfaCode | string | The MFA code entered by the user. |
error | | null | string | APIError | Error message or APIError object. |
isPending | boolean | Whether a verification request is pending. |
isSuccess | boolean | Whether the verification was successful. |