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

# MfaEnrollOptions

Options pour poursuivre l’inscription d’un facteur d’authentification

```ts Example theme={null}
export interface MfaEnrollOptions {
  /** L'action indiquant quel facteur inscrire */
  action: MfaEnrollFactorType;
  /** Toute option personnalisée supplémentaire */
  [key: string]: string | number | boolean | undefined;
}
```

<h2 id="properties">
  Propriétés
</h2>

<ParamField body="action" type={<span><a href="/docs/fr-ca/libraries/acul/js-sdk/Screens/type-aliases/MfaEnrollFactorType">MfaEnrollFactorType</a></span>}>
  L’action qui indique quel facteur inscrire
</ParamField>
