StaticscreenThe payload containing the social signup options.
This method is similar to the signup method but is used for social signups.
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).
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.
The username string to validate.
Result object indicating whether the username is valid and why.
Handles the submission of the social signup form.