The context value for 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.
See
useVerifyMfaContextProperties
| Property | Type | Description |
|---|---|---|
onSuccess? | (mfaCode: string) => void | The function to call when verification is successful. |
onError? | (error: Error) => void | The function to call when verification errors. |
state | VerifyMfaState | The current state of the verification flow. |
dispatch | Dispatch<VerifyMfaAction> | The dispatch function to update the state. |