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

# EnrollMfaItems

```ts theme={null}
function EnrollMfaItems(props: EnrollMfaItemsProps): Element;
```

A list of MFA methods available for enrollment.

## Parameters

| Parameter | Type                                                                                                   | Description                                 |
| --------- | ------------------------------------------------------------------------------------------------------ | ------------------------------------------- |
| `props`   | [`EnrollMfaItemsProps`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Interfaces/EnrollMfaItemsProps) | The props for the EnrollMfaItems component. |

## Returns

`Element`

The EnrollMfaItems component.

## See

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