> ## 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;
}
```

## 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/MfaLoginFactorType">MfaLoginFactorType</a></span>}>
  The action indicating which factor to use for login
</ParamField>
