POST api/{language}/Account/SSOAuth
Documentazione di 'SSOAuth'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| language | Documentazione di 'language'. |
Define this parameter in the request URI. |
| encryptedPayload | Documentazione di 'encryptedPayload'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
"sample string 1"
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Username": "sample string 1",
"Token": "sample string 2",
"Jwt": "sample string 3",
"Success": true,
"Message": "sample string 5"
}