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

# ScreenMembersOnMfaLoginOptions

Interface des données d’écran associées à l’écran mfa-login-options

```ts Example theme={null}
export interface ScreenMembersOnMfaLoginOptions extends ScreenMembers {
  data: {
    /** Liste des facteurs MFA inscrits pour l'utilisateur */
    enrolled_factors: string[];
  } | null;
}
```

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

<ParamField body="captcha" type={<span><a href="/docs/fr-ca/libraries/acul/js-sdk/Screens/interfaces/CaptchaContext">CaptchaContext</a></span>} />

<ParamField body="captchaImage" type="string" />

<ParamField body="captchaProvider" type="string" />

<ParamField body="captchaSiteKey" type="string" />

<ParamField body="data" type="enrolled_factors">
  <h4 id="type-declaration">
    Déclaration de type
  </h4>

  \{ `enrolled_factors`: `string`\[]; }

  <h4 id="enrolled_factors">
    enrolled\_factors
  </h4>

  Liste des facteurs MFA inscrits pour l’utilisateur

  `null`
</ParamField>

<ParamField body="isCaptchaAvailable" type="boolean" />

<ParamField body="links" type="Record" />

<ParamField body="name" type="string" />

<ParamField body="texts" type="Record" />
