> ## Documentation Index
> Fetch the complete documentation index at: https://docs-staging-docs-event-stream-action-templates.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;
}
```

## Properties

<ParamField body="action" type={<span><a href="/docs/libraries/acul/js-sdk/Screens/type-aliases/MfaEnrollFactorType">MfaEnrollFactorType</a></span>}>
  The action indicating which factor to enroll
</ParamField>
