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

# useInitiateMfaVerification

```ts theme={null}
function useInitiateMfaVerification(): {
  initiateMfaVerification: (options: InitiateMfaVerificationOptions) => Promise<void>;
};
```

A hook for initiating MFA verification for sensitive operations.

## Returns

An object containing the initiateMfaVerification function.

| Name                        | Type                                                                |
| --------------------------- | ------------------------------------------------------------------- |
| `initiateMfaVerification()` | (`options`: `InitiateMfaVerificationOptions`) => `Promise`\<`void`> |
