
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.
Utility FeatureReturns the list of enabled identifiers for the signup-id 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 methods handles signup-id related configuration. It allows to signup new users via different identifiers.Example
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