Auth
Confirm a password reset
POST
/auth/forgot-password/verifyVerifies a password-recovery code and replaces the user’s password.
Parameters
VerifyPasswordRecoveryParamsemailstring- The account email address.
tokenstring- The password-recovery verification code.
new_passwordstring- The replacement password.
options.redirectTo?string- Redirect destination after confirmation.
options.captchaToken?string- Captcha verification token.
Returns
userPublicUser | nullsessionAccessTokenResponse | null