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

# VerifyMfaInlineProps

Props for the VerifyMfaInline component.

## See

[VerifyMfaInline](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Components/VerifyMfaInline)

## Extends

* `HTMLAttributes`\<`HTMLDivElement`>

## Properties

| Property                                | Type         | Description                                                                                                                                                                                                                                                    | Overrides                  |
| --------------------------------------- | ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------- |
| <a id="children" /> `children`          | `ReactNode`  | The component children. Should include VerifyMfaInlineFlow. Can optionally include VerifyMfaInlineBackButton outside the Flow.                                                                                                                                 | `HTMLAttributes.children`  |
| <a id="verifyfirst" /> `verifyFirst?`   | `boolean`    | If true, forces MFA verification before showing content. Use this when you want users to verify BEFORE seeing the content. If false (default), content is shown first and MFA is triggered automatically when a protected action is called. **Default** `true` | -                          |
| <a id="onverified" /> `onVerified?`     | () => `void` | Called when MFA verification completes successfully.                                                                                                                                                                                                           | -                          |
| <a id="oncancel" /> `onCancel?`         | () => `void` | Called when MFA verification is cancelled. If provided, a back/cancel action in the verify view will trigger this and transition back to content.                                                                                                              | -                          |
| <a id="successdelay" /> `successDelay?` | `number`     | The delay in milliseconds before transitioning to content after successful verification. This allows users to see the success state before the transition. **Default** `500`                                                                                   | -                          |
| <a id="classname" /> `className?`       | `string`     | Additional class name for the container.                                                                                                                                                                                                                       | `HTMLAttributes.className` |
