POST credentials/{authType}

Requests credentials from the server.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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.

string

Request 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.

string

Response 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"