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

# ScreenMembersOnMfaWebAuthnPlatformChallenge

ScreenMembersOnMfaWebAuthnPlatformChallenge

```ts Example theme={null}
export interface ScreenMembersOnMfaWebAuthnPlatformChallenge extends ScreenMembers {
  /**
   * `navigator.credentials.get()` に必要な `PublicKeyCredentialRequestOptions`（特にチャレンジ部分）への直接アクセス。
   * `data?.passkey?.public_key` の便利なアクセサーです。
   * @type {PasskeyRead['public_key'] | null}
   */
  publicKey: PasskeyRead['public_key'] | null;

  /**
   * 「このデバイスを記憶する」チェックボックスを表示するかどうかを示します。
   * @type {boolean}
   */
  showRememberDevice: boolean;
}
```

<div id="properties">
  ## プロパティ
</div>

<ParamField body="captcha" type={<span><a href="/ja/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="/ja/docs/libraries/acul/js-sdk/Screens/interfaces/PasskeyCreate">PasskeyCreate</a></span>}>
  画面固有のデータです。
</ParamField>

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

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

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

<ParamField body="publicKey" type={<span><a href="/ja/docs/libraries/acul/js-sdk/Screens/interfaces/AllowCredential">AllowCredential</a></span>}>
  `navigator.credentials.get()` の呼び出しに必要な公開鍵クレデンシャルのリクエストオプション (特に チャレンジ) です。これは `universal_login_context.screen.data.passkey.public_key` から導出されます。
</ParamField>

<ParamField body="showRememberDevice" type="boolean">
  「このデバイスを記憶する」チェックボックスを表示するかどうかを示します。
</ParamField>

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