> ## 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.

# MfaEnrollOptions

Options pour poursuivre l’inscription du facteur d’authentification

```ts Example theme={null}
export interface MfaEnrollOptions {
  /** L'action indiquant quel facteur inscrire */
  action: MfaEnrollFactorType;
  /** 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/MfaEnrollFactorType">MfaEnrollFactorType</a></span>}>
  L’action qui indique quel facteur inscrire
</ParamField>
