verifyPassword()
Check that the user's password matches the supplied input. Useful for custom auth flows and re-verification.
- Name
userId
- Type
string
- Description
The ID of the user to verify the password for.
- Name
password
- Type
string
- Description
The password to verify.
Backend API (BAPI) endpoint
This method in the SDK is a wrapper around the BAPI endpoint POST/users/{user_id}/verify_password
. See the BAPI reference for more information.
Feedback
Last updated on