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

# EnrollMfaImageProps

The props for the EnrollMfaImage component.

## Extends

* `EnrollMfaMethodComponentProps`.`HTMLAttributes`\<`HTMLElement`>

## Properties

| Property                    | Type                                                                                         | Description                                                    | Inherited from                         |
| --------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------- |
| <a id="as" /> `as?`         | `ElementType`                                                                                | -                                                              | -                                      |
| <a id="method" /> `method?` | `"totp"` \| `"sms"`                                                                          | The MFA method to render for.                                  | `EnrollMfaMethodComponentProps.method` |
| <a id="step" /> `step?`     | [`EnrollMfaStep`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/EnrollMfaStep) | If set, will render for this step regardless of context value. | `EnrollMfaMethodComponentProps.step`   |
