> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-actions-triggers-prototype.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# MfaEnrollOptions

Options for continuing with factor enrollment

```ts Example theme={null}
export interface MfaEnrollOptions {
  /** The action indicating which factor to enroll */
  action: MfaEnrollFactorType;
  /** Any additional custom options */
  [key: string]: string | number | boolean | undefined;
}
```

## Indexable

\[`key`: `string`]: `string` | `number` | `boolean` | `undefined`

Any additional custom options

## Properties

<ParamField body="action" type={<span><a href="/docs-v2/main//docs/libraries/acul/react-sdkScreens/type-aliases/MfaEnrollFactorType">MfaEnrollFactorType</a></span>}>
  The action indicating which factor to enroll
</ParamField>
