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

# LoginEnrollOptions

Options for continuing with a selected MFA factor

```ts Example theme={null}
export interface LoginEnrollOptions {
  /** The action indicating which factor to use for login */
  action: MfaLoginFactorType;
  /** 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/MfaLoginFactorType">MfaLoginFactorType</a></span>}>
  The action indicating which factor to use for login
</ParamField>
