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

# VerifyMfaInlineFlowProps

Props for VerifyMfaInlineFlow component.

## See

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

## Properties

| Property                                  | Type                                                                                                                                            | Description                                                                                                                                                                                                                                                                                                                                                              |
| ----------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <a id="children" /> `children`            | \| `ReactNode` \| (`props`: \| \{ `view`: `"verify"`; `Content`: `ReactNode`; } \| \{ `view`: `"content"`; `Content`: `null`; }) => `ReactNode` | The content to display. Can be: - A ReactNode: Used as the protected content (shown after MFA verification) - A render function: Receives `{ view, Content }` for full control over rendering When using a render function: - `view` is the current view ("verify" or "content") - `Content` is the default UI for that view (MFA form for "verify", null for "content") |
| <a id="classname" /> `className?`         | `string`                                                                                                                                        | Additional class name for the transition container.                                                                                                                                                                                                                                                                                                                      |
| <a id="animateheight" /> `animateHeight?` | `boolean`                                                                                                                                       | Whether to animate the height during transitions. **Default** `true`                                                                                                                                                                                                                                                                                                     |
| <a id="autofocus" /> `autoFocus?`         | `boolean`                                                                                                                                       | Whether to auto focus forms. **Default** `true`                                                                                                                                                                                                                                                                                                                          |
| <a id="transition" /> `transition?`       | `"fade"` \| `"slide"`                                                                                                                           | The type of transition to use between views. - "slide": Slides content left/right (default) - "fade": Fades content in/out **Default** `"slide"`                                                                                                                                                                                                                         |
