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

# ScreenMembersOnMfaVoiceChallenge

Interface ScreenMembers étendue pour l’écran de défi vocal d’AMF.

```ts Example theme={null}
export interface ScreenMembersOnMfaVoiceChallenge extends ScreenMembers {
  /**
   * Données d'écran supplémentaires propres au défi vocal d’AMF.
   */
  data: {
    /**
     * Le numéro de téléphone auquel le code d’appel vocal a été envoyé.
     */
    phoneNumber?: string;

    /**
     * Indique s'il faut afficher l'option de mémorisation de l'appareil.
     */
    showRememberDevice?: boolean;

    /**
     * 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?">
  Données d’écran supplémentaires propres au défi vocal d’AMF.

  <h4 id="type-declaration">
    Déclaration de type
  </h4>

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

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

  Le numéro de téléphone auquel le code d’appel vocal a été envoyé.

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

  Indique s’il faut afficher le lien pour passer à la vérification par SMS.

  <h4 id="showrememberdevice">
    showRememberDevice?
  </h4>

  Indique s’il faut afficher l’option de mémorisation de l’appareil.

  `null`
</ParamField>

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

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

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

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