POST api/Account/GetAuthToken?refreshToken={refreshToken}&username={username}&uiUserId={uiUserId}
Gets the authentication token.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| refreshToken |
The refresh token. |
string |
Required |
| username |
The username. |
string |
Required |
| uiUserId |
The UI user identifier. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage.
JsonResultOfAuthenticationResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | AuthenticationResponseModel |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.