POST credentials/{authType}
Requests credentials from the server.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
authType |
The authentication server that should be queried. |
string |
Required |
Body Parameters
An authorization token that will be used by the specified authentication server to determine which credentials to return.
stringRequest Formats
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>
application/json, text/json
Sample:
"sample string 1"
Response Information
Resource Description
An encrypted set of credentials that were authorized by the specified authentication server.
stringResponse Formats
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>
application/json, text/json
Sample:
"sample string 1"