POST api/MFA/VerifySecurityCode
Request Information
URI Parameters
None.
Body Parameters
CodeVerificationDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| SecurityAnswer | string |
None. |
|
| AttemptCount | integer |
None. |
|
| EncryptedSecurityAnswer | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"SecurityAnswer": "sample string 2",
"AttemptCount": 3,
"EncryptedSecurityAnswer": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true