verifyPasswordReset()
Description
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}
Request
Parameters
Field
Required
Data Type
Description
oobCode
string
newPassword
string
New password for the user
Example
Response
No content
Example
Last updated