
Example
Constructors
Properties
branding
client
organization
prompt
screen
tenant
transaction
untrustedData
user
Methods
getErrors
Retrieves the array of transaction errors from the context, or an empty array if none exist.An array of error objects from the transaction context.
getSignupIdentifiers
Utility FeatureReturns the list of enabled identifiers for the signup form,
marking each as required or optional based on transaction config.Array of identifier objects (e.g., email, phone, username).Example
Example
validatePassword
Utility FeatureAn object of type PasswordValidationResult indicating whether the password is valid and why.validateUsername
Utility FeatureValidates a given username against the current username policy
defined in the transaction context.Result object indicating whether the username is valid and why.Example