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

# TransactionMembersOnSignupId

```ts Example theme={null}
export interface TransactionMembersOnSignupId extends TransactionMembers {
  isPasskeyEnabled: boolean;
  usernamePolicy: UsernamePolicy | null;
  requiredIdentifiers: IdentifierType[] | null;
  optionalIdentifiers: IdentifierType[] | null;
}
```

## Properties

<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="isPasskeyEnabled" type="boolean" />

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

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

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

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

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