verifyPasswordReset()
Last updated
Last updated
Endpoint to verify password reset request based on oobCode
provided in the email sent to the user. The oobCode
can be found in the password reset URL. Password reset URL has the following structure: {email_conf_url}?oobCode={oobCode}
Field | Required | Data Type | Description |
---|---|---|---|
No content
oobCode
string
Can be found in the URL sent to the user by the resetPassword() method.
newPassword
string
New password for the user