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

# EnrollMfaItemProps

The props for the EnrollMfaItem component.

## See

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

## 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="ispending" /> `isPending?` | `boolean`                                 | Whether this method's enrollment is pending                   |
| <a id="onsetup" /> `onSetUp`      | `MouseEventHandler`\<`HTMLButtonElement`> | A function to call when the user clicks to set up this method |
