> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-feat-acul-js-sdk-1-7-0-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ScreenMembersOnLoginId

```ts Example theme={null}
export interface ScreenMembersOnLoginId extends ScreenMembers {
  signupLink: string | null;
  resetPasswordLink: string | null;
  publicKey: PasskeyRead['public_key'] | null;
  data: {
    passkey?: PasskeyRead;
    activeIdentifierType?: IdentifierType;
  } | null;
}
```

## Properties

<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="passkey?, activeIdentifierType?">
  `activeIdentifierType` is the identifier input to pre-select. Absent when the server resolved none — fall back to the first of `email`, `username`, `phone` returned by `useLoginIdentifiers()`.
</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/react-sdk/API-Reference/Types/interfaces/AllowCredential">AllowCredential</a></span>} />

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

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

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