Skip to main content
Signup Password with Flexible IDs
Example

Constructors

Constructor

Properties

string

Methods

Promise<void>

Remarks

This methods handles allows signup via different social identifiers. Eg: Google, Facebook etc.
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.
Promise<void>

Remarks

This methods handles signup-password related screen configuration. It allows to proceed with registering signup password along with signup identifiers passed in previous screen
Example
Utility FeatureValidates a password string against the current transaction’s password policy.This method retrieves the password policy from the current transaction context and delegates the actual validation to coreValidatePassword.It returns an array of validation results, each containing:
  • code: the identifier of the password rule,
  • policy: a user-friendly description of the rule,
  • isValid: boolean indicating if the password passed that rule.
Example