> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cdp.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# VerifyMfaFlowContextValue

The value of the MFA verification flow context.

## See

[useVerifyMfaFlow](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Hooks/useVerifyMfaFlow)

## Properties

| Property                                   | Type                                      | Description                                            |
| ------------------------------------------ | ----------------------------------------- | ------------------------------------------------------ |
| <a id="back" /> `back`                     | () => `void`                              | A function to go back to the previous step.            |
| <a id="direction" /> `direction`           | `"left"` \| `"right"`                     | The direction of the flow transition.                  |
| <a id="selectmethod" /> `selectMethod`     | (`method`: `"totp"` \| `"sms"`) => `void` | A function to select an alternate verification method. |
| <a id="showmethodlist" /> `showMethodList` | () => `void`                              | A function to show the alternate methods list.         |
