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

# VerifyMfaItemProps

The props for the VerifyMfaItem component.

## See

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

## Properties

| Property                       | Type                                      | Description                                           |
| ------------------------------ | ----------------------------------------- | ----------------------------------------------------- |
| <a id="method" /> `method`     | `"totp"` \| `"sms"`                       | The MFA method this item represents.                  |
| <a id="icon" /> `icon?`        | `ReactNode`                               | An icon to display.                                   |
| <a id="label" /> `label`       | `string`                                  | A label for the MFA method.                           |
| <a id="onselect" /> `onSelect` | `MouseEventHandler`\<`HTMLButtonElement`> | A function to call when the user selects this method. |
