
Example
Constructors
Constructor
Properties
string
Methods
Promise<void>
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.
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
Promise<void>
Example
Utility FeatureAn object of type PasswordValidationResult indicating whether the password is valid and why.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