Overview
Verifies the current password.
The sensitive operations will be allowed to proceed once the password verified successfully.
POST (/internal/v1/mfa/password/{challengeId}:verify)
Parameters
- challengeId (path) (required): The ID is challenge id received during operation initiation which required challenge.
Request Body
Responses
401 Unauthorized
500 Internal Server Error
Architecture
currentPassword string
requiredThe current password
No properties match your search
Try a different search term or clear the search to see all properties
code string
Allowed values:
urn:plmr:mfa-password:api:BAD_REQUEST urn:plmr:mfa-password:api:RESOURCE_UNKNOWN urn:plmr:mfa-password:api:UNAUTHORIZED urn:plmr:mfa-password:api:FORBIDDEN urn:plmr:mfa-password:api:USER_NOT_FOUND urn:plmr:mfa-password:api:INCORRECT_CREDENTIALS urn:plmr:mfa-password:api:USER_ID_DOES_NOT_MATCH_WITH_CHALLENGE_SUBJECT_USER_ID urn:plmr:mfa-password:api:STEP_UP_REQUEST_CONTEXT_NOT_FOUNDmessage string
requestId string
fieldErrors array [object]
Item Details:
code string
Allowed values:
urn:plmr:mfa-password:api:NOT_BLANK urn:plmr:mfa-password:api:NOT_NULLmessage string
field string
No properties match your search
Try a different search term or clear the search to see all properties
Schema does not contain any properties.