Auth
Sign up with email and password
POST
/auth/signupCreates a user using an email address and password.
Parameters
SignUpWithPasswordRequestemailstring- The user’s email address.
passwordstring- The user’s password.
attributes?JsonObject- Application-defined user attributes.
options.emailRedirectTo?string- Redirect destination used by the confirmation email.
options.captchaToken?string- Captcha verification token.
Returns
userPublicUser | nullsessionAccessTokenResponse | null