Skip to main content
ACUL Signup screen image
Example

Constructors

Constructor

Properties

string

Methods

Promise<void>
Handles the submission of the social signup form.

Remarks

This method is similar to the signup method but is used for social signups.
Example
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
Promise<void>

Remarks

This method handles the submission of the signup form.
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