> ## 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.

# EnrollMfaFlowContextValue

The value of the MFA enrollment flow context.

## See

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

## Properties

| Property                                     | Type                                                  | Description                                  |
| -------------------------------------------- | ----------------------------------------------------- | -------------------------------------------- |
| <a id="back" /> `back`                       | () => `void`                                          | A function to go back to the previous step.  |
| <a id="startenrollment" /> `startEnrollment` | (`method`: `"totp"` \| `"sms"`) => `Promise`\<`void`> | A function to start enrollment for a method. |
| <a id="submit" /> `submit`                   | (`e`: `FormEvent`\<`HTMLFormElement`>) => `void`      | A function to submit the MFA code.           |
