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

# TransactionMembersOnLogin

Extended transaction members interface for the login screen

```ts Example theme={null}
export interface TransactionMembersOnLogin extends TransactionMembers {
  isSignupEnabled: boolean;
  isForgotPasswordEnabled: boolean;
  isPasskeyEnabled: boolean;
  passwordPolicy: PasswordPolicy | null;
  allowedIdentifiers: IdentifierType[] | null;
}
```

## Properties

<ParamField body="allowedIdentifiers" type={<span><a href="/docs-v2/main//docs/libraries/acul/react-sdkScreens/type-aliases/IdentifierType">IdentifierType</a></span>} />

<ParamField body="alternateConnections" type={<span><a href="/docs/libraries/acul/react-sdk/API-Reference/Types/interfaces/Connection">Connection</a></span>} />

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

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

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

<ParamField body="currentConnection" type={<span><a href="/docs/libraries/acul/react-sdk/API-Reference/Types/interfaces/Connection">Connection</a></span>} />

<ParamField body="errors" type={<span><a href="/docs/libraries/acul/react-sdk/API-Reference/Types/interfaces/Error">Error</a></span>} />

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

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

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

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

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

<ParamField body="passwordPolicy" type={<span><a href="/docs/libraries/acul/react-sdk/API-Reference/Types/interfaces/PasswordPolicy">PasswordPolicy</a></span>} />

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