POST api/TokenChecker
Request Information
URI Parameters
None.
Body Parameters
clientToken| Name | Description | Type | Additional information |
|---|---|---|---|
| tokena | string |
None. |
|
| tokenb | string |
None. |
|
| tokenc | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"tokena": "sample string 1",
"tokenb": "sample string 2",
"tokenc": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
auth_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| result | boolean |
None. |
|
| UserName | string |
None. |
|
| RoleNA | string |
None. |
|
| AllowExcute | boolean |
None. |
|
| isSuperUser | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"result": true,
"UserName": "sample string 2",
"RoleNA": "sample string 3",
"AllowExcute": true,
"isSuperUser": true
}