The state of the VerifyMfa component.Documentation Index
Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt
Use this file to discover all available pages before exploring further.
Properties
| Property | Type | Description |
|---|---|---|
method | "totp" | "sms" | The currently selected MFA method. |
methods | ("totp" | "sms")[] | The available MFA methods for verification (from user’s enrolled methods). |
step | VerifyMfaStep | The current step of the verification flow. |
flowDirection | "left" | "right" | The direction of the flow transition. |
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. |