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

# ScreenMembersOnMfaSmsChallenge

Interface des données d’écran propres à l’écran mfa-sms-challenge

```ts Example theme={null}
export interface ScreenMembersOnMfaSmsChallenge extends ScreenMembers {
  data: {
    /**
     * Le numéro de téléphone auquel le SMS 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 appel vocal
     */
    showLinkVoice?: 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`; `showLinkVoice?`: `boolean`; `showRememberDevice?`: `boolean`; }

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

  Le numéro de téléphone auquel le SMS a été envoyé

  <h4 id="showlinkvoice">
    showLinkVoice?
  </h4>

  S’il faut afficher le lien pour passer à la vérification par appel vocal

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

  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" />
