POST api/admins/twofactor
Request Information
URI Parameters
None.
Body Parameters
AuthenticatorModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | string |
None. |
|
| TwoFactorID | string |
None. |
|
| SetupCode | string |
None. |
|
| OTP | string |
None. |
|
| BarcodeImageUrl | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"userID": "sample string 1",
"twoFactorID": "sample string 2",
"setupCode": "sample string 3",
"otp": "sample string 4",
"barcodeImageUrl": "sample string 5"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.