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

# ScreenMembersOnResetPasswordMfaWebAuthnPlatformChallenge

ScreenMembersOnResetPasswordMfaWebAuthnPlatformChallenge

```ts Example theme={null}
export interface ScreenMembersOnResetPasswordMfaWebAuthnPlatformChallenge extends ScreenMembers {
  /**
   * Accesseur pratique pour les options de demande d'informations d'identification de clé publique (défi) requises pour WebAuthn.
   * Dérivé de `screen.data.passkey.public_key`.
   * Si `screen.data.passkey` ou `screen.data.passkey.public_key` n'est pas disponible, la valeur sera `null`.
   * @type {PasskeyRead['public_key'] | null}
   */
  publicKey: PasskeyRead['public_key'] | null;

  /**
   * Accesseur pratique indiquant si l'option « Se souvenir de cet appareil » doit être affichée.
   * Dérivé de `screen.data.show_remember_device`. La valeur par défaut est `false` si non spécifié.
   * @type {boolean}
   */
  showRememberDevice: boolean;
}
```

<div id="properties">
  ## Propriétés
</div>

<ParamField body="captcha" type={<span><a href="/fr-CA/docs/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={<span><a href="/fr-CA/docs/libraries/acul/js-sdk/Screens/interfaces/PasskeyCreate">PasskeyCreate</a></span>}>
  Données propres à l’écran.
</ParamField>

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

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

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

<ParamField body="publicKey" type={<span><a href="/fr-CA/docs/libraries/acul/js-sdk/Screens/interfaces/AllowCredential">AllowCredential</a></span>}>
  Accesseur pratique pour `data.passkey.public_key`.
  Fournit le défi et les autres paramètres pour l’appel à l’API
  WebAuthn `navigator.credentials.get()`.
</ParamField>

<ParamField body="showRememberDevice" type="boolean">
  Accesseur pratique pour `data.show_remember_device`.
  Indique si l’option « Se souvenir de cet appareil » doit être affichée.
  Prend la valeur `false` par défaut si elle n’est pas présente dans le contexte.
</ParamField>

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