Verify password mfa token
POST/identity/v2/manage/account/:uid/reauth/password
This API is used server-side to validate and verify the 'SecondFactorValidationToken' generated by the Step-Up Authenticate By Password API.
Request
Responses
- 200
- 400
- 401
- 403
Second factor token successfully valiated for step-up by password
Bad Request - Invalid or missing parameters.
Status Unauthorized: The request requires user authentication.
Forbidden - The client is not authorized to perform this action.