POST api/ExternalAuth
Request Information
URI Parameters
None.
Body Parameters
RequestModelName | Description | Type | Additional 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": "94cc926b-88ca-47f2-a1ed-571b738bec1c", "client_id": 6 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.