Skip to main content
Interface étendue des membres de la transaction pour l’écran de connexion
Example
export interface TransactionMembersOnLogin extends TransactionMembers {
  isSignupEnabled: boolean;
  isForgotPasswordEnabled: boolean;
  isPasskeyEnabled: boolean;
  passwordPolicy: PasswordPolicy | null;
  allowedIdentifiers: IdentifierType[] | null;
}

Propriétés

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