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

# ScreenMembersOnResetPasswordMfaVoiceChallenge

Interface des données associées à l’écran reset-password-mfa-voice-challenge.

```ts Example theme={null}
export interface ScreenMembersOnResetPasswordMfaVoiceChallenge extends ScreenMembers {
  data: {
    /**
     * Le numéro de téléphone auquel envoyer l'appel vocal.
     */
    phoneNumber: string;

    /**
     * Indique s'il faut afficher le lien pour passer à la vérification par SMS.
     */
    showLinkSms?: boolean;
  } | 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="phoneNumber">
  <h4 id="type-declaration">
    Déclaration de type
  </h4>

  \{ `phoneNumber`: `string`; `showLinkSms?`: `boolean`; }

  <h4 id="phonenumber">
    phoneNumber
  </h4>

  Le numéro de téléphone auquel envoyer l’appel vocal.

  <h4 id="showlinksms">
    showLinkSms?
  </h4>

  Indique si le lien permettant de passer à la vérification par SMS doit être affiché.

  `null`
</ParamField>

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

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

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

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