| All Verbs | /auth | ||
|---|---|---|---|
| All Verbs | /auth/{provider} |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| provider | path | string | No | |
| State | query | string | No | |
| oauth_token | query | string | No | |
| oauth_verifier | query | string | No | |
| UserName | query | string | No | |
| Password | query | string | No | |
| RememberMe | query | bool? | No | |
| Continue | query | string | No | |
| ErrorView | query | string | No | |
| nonce | query | string | No | |
| uri | query | string | No | |
| response | query | string | No | |
| qop | query | string | No | |
| nc | query | string | No | |
| cnonce | query | string | No | |
| UseTokenCookie | query | bool? | No | |
| AccessToken | query | string | No | |
| AccessTokenSecret | query | string | No | |
| scope | query | string | No | |
| Meta | query | Dictionary<string, string> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| UserId | form | string | No | |
| SessionId | form | string | No | |
| UserName | form | string | No | |
| DisplayName | form | string | No | |
| ReferrerUrl | form | string | No | |
| BearerToken | form | string | No | |
| RefreshToken | form | string | No | |
| ProfileUrl | form | string | No | |
| Roles | form | List<string> | No | |
| Permissions | form | List<string> | No | |
| ResponseStatus | form | ResponseStatus | No | |
| Meta | form | Dictionary<string, string> | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST //auth HTTP/1.1
Host: api.lsu.abodehms.com
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{Unable to show example output for type 'Authenticate' using the custom 'csv' filter}One or more errors occurred. (Unable to cast object of type 'ServiceStack.Host.BasicResponse' to type 'ServiceStack.Host.NetCore.NetCoreResponse'.)
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{Unable to show example output for type 'AuthenticateResponse' using the custom 'csv' filter}One or more errors occurred. (Unable to cast object of type 'ServiceStack.Host.BasicResponse' to type 'ServiceStack.Host.NetCore.NetCoreResponse'.)