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

# ScreenMembersOnMfaRecoveryCodeEnrollment

Interface décrivant les données disponibles sur l’écran d’inscription du code de récupération MFA.

```ts Example theme={null}
export interface ScreenMembersOnMfaRecoveryCodeEnrollment extends ScreenMembers {
  data: {
    /**
     * Le code de récupération à afficher à l'utilisateur.
     */
    textCode: 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="textCode">
  <h4 id="type-declaration">
    Déclaration de type
  </h4>

  \{ `textCode`: `string`; }

  <h4 id="textcode">
    textCode
  </h4>

  Le code de récupération à afficher à l’utilisateur.

  `null`
</ParamField>

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

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

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

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