Skip to main content

Documentation Index

Fetch the complete documentation index at: https://auth0-feat-ionic-capacitor-quickstart-modernization.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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