POST api/Account/GetAuthToken?refreshToken={refreshToken}&username={username}&uiUserId={uiUserId}

Gets the authentication token.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional information
Content

AuthenticationResponseModel

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.