> ## Documentation Index
> Fetch the complete documentation index at: https://auth0-actions-triggers-prototype.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 {
  /**
   * Direct access to the `PublicKeyCredentialRequestOptions` (specifically the challenge part)
   * needed for `navigator.credentials.get()`.
   * This is a convenience accessor for `data?.passkey?.public_key`.
   * @type {PasskeyRead['public_key'] | null}
   */
  publicKey: PasskeyRead['public_key'] | null;

  /**
   * Indicates whether the "Remember this device" checkbox should be displayed.
   * @type {boolean}
   */
  showRememberDevice: boolean;
}
```

## Properties

<ParamField body="captcha" type={<span><a href="/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="/docs/libraries/acul/js-sdk/Screens/interfaces/PasskeyCreate">PasskeyCreate</a></span>}>
  Screen-specific data.
</ParamField>

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

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

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

<ParamField body="publicKey" type={<span><a href="/docs/libraries/acul/js-sdk/Screens/interfaces/AllowCredential">AllowCredential</a></span>}>
  The public key credential request options (specifically the challenge)
  needed to call `navigator.credentials.get()`. This is derived from `universal_login_context.screen.data.passkey.public_key`.
</ParamField>

<ParamField body="showRememberDevice" type="boolean">
  Indicates whether the "Remember this device" checkbox should be displayed.
</ParamField>

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