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

# ScreenMembersOnPasskeyEnrollment

```ts Example theme={null}
export interface ScreenMembersOnPasskeyEnrollment extends ScreenMembers {
  backLink: string | null;
  loginLink: string | null;
  publicKey: PasskeyCreate['public_key'] | null;
}
```

## Properties

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

<ParamField body="captcha" type={<span><a href="/docs/libraries/acul/react-sdk/API-Reference/Types/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/react-sdk/API-Reference/Types/interfaces/PasskeyCreate">PasskeyCreate</a></span>} />

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

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

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

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

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

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