POST Api/Account/exchange
Request Information
URI Parameters
None.
Body Parameters
SsoExchangeRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| CodeVerifier | string |
None. |
|
| RedirectUri | string |
None. |
|
| State | string |
None. |
|
| isWeb | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"CodeVerifier": "sample string 2",
"RedirectUri": "sample string 3",
"State": "sample string 4",
"isWeb": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.