Skip to main content
Extended transaction members interface for the login screen
Example
export interface TransactionMembersOnLogin extends TransactionMembers {
  isSignupEnabled: boolean;
  isForgotPasswordEnabled: boolean;
  isPasskeyEnabled: boolean;
  passwordPolicy: PasswordPolicy | null;
  allowedIdentifiers: IdentifierType[] | null;
}

Properties

allowedIdentifiers
alternateConnections
connectionStrategy
string
countryCode
string
countryPrefix
string
currentConnection
errors
hasErrors
boolean
isForgotPasswordEnabled
boolean
isPasskeyEnabled
boolean
isSignupEnabled
boolean
locale
string
passwordPolicy
state
string