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

# VerifyMfaItemsProps

The props for the VerifyMfaItems component.

## See

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

## Extends

* `Omit`\<`HTMLAttributes`\<`HTMLUListElement`>, `"children"` | `"onSelect"`>

## Properties

| Property                        | Type                                                                                                                           | Description                                   |
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------- |
| <a id="children" /> `children?` | (`props`: [`VerifyMfaItemProps`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Interfaces/VerifyMfaItemProps)) => `ReactNode` | A render function for the MFA method item.    |
| <a id="onselect" /> `onSelect?` | (`method`: `"totp"` \| `"sms"`) => `void`                                                                                      | A function to call when a method is selected. |
