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

# useSubmitMfaVerification

```ts theme={null}
function useSubmitMfaVerification(): {
  submitMfaVerification: (options: SubmitMfaVerificationOptions) => Promise<void>;
};
```

A hook for submitting MFA verification with a verification code.

## Returns

An object containing the submitMfaVerification function.

| Name                      | Type                                                              |
| ------------------------- | ----------------------------------------------------------------- |
| `submitMfaVerification()` | (`options`: `SubmitMfaVerificationOptions`) => `Promise`\<`void`> |
