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

# ScreenMembersOnMfaPushChallengePush

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

```ts Example theme={null}
export interface ScreenMembersOnMfaPushChallengePush extends ScreenMembers {
  data: {
    /** Le nom de l'appareil recevant la notification push */
    deviceName: string;
    /** Indique si l'option de mémorisation de l'appareil doit être affichée */
    showRememberDevice?: 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="deviceName">
  <h4 id="type-declaration">
    Déclaration de type
  </h4>

  \{ `deviceName`: `string`; `showRememberDevice?`: `boolean`; }

  <h4 id="devicename">
    deviceName
  </h4>

  Le nom de l’appareil qui reçoit la notification push

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

  Si l’option de mémorisation de l’appareil doit être affichée

  `null`
</ParamField>

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

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

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

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