POST api/ExternalAuth

Request Information

URI Parameters

None.

Body Parameters

RequestModel
NameDescriptionTypeAdditional information
username

string

None.

password

string

None.

refresh_token

string

None.

grant_type

string

None.

secret_id

globally unique identifier

None.

client_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "username": "sample string 1",
  "password": "sample string 2",
  "refresh_token": "sample string 3",
  "grant_type": "sample string 4",
  "secret_id": "964e0db8-eb56-411d-8bd0-96ab7d133424",
  "client_id": 6
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.