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

# ScreenMembersOnMfaWebAuthnPlatformEnrollment

ScreenMembersOnMfaWebAuthnPlatformEnrollment

```ts Example theme={null}
export interface ScreenMembersOnMfaWebAuthnPlatformEnrollment extends ScreenMembers {
  /**
   * @property {PasskeyCreate['public_key'] | null} publicKey - Direct access to the `PublicKeyCredentialCreationOptions`.
   * This is a convenience accessor for `data?.passkeys?.public_key`. It provides the necessary options
   * for `navigator.credentials.create()`.
   */
  publicKey: PasskeyCreate['public_key'] | null;
}
```

## 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>} />

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

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

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

<ParamField body="publicKey" type="authenticatorSelection" />

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