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

# LoginEnrollOptions

Options pour poursuivre avec le facteur MFA sélectionné

```ts Example theme={null}
export interface LoginEnrollOptions {
  /** L'action indiquant quel facteur utiliser pour la connexion */
  action: MfaLoginFactorType;
  /** Toutes les options personnalisées supplémentaires */
  [key: string]: string | number | boolean | undefined;
}
```

<div id="properties">
  ## Propriétés
</div>

<ParamField body="action" type={<span><a href="/fr-CA/docs/libraries/acul/js-sdk/Screens/type-aliases/MfaLoginFactorType">MfaLoginFactorType</a></span>}>
  L’action qui indique quel facteur utiliser pour la connexion
</ParamField>
