Get Authorization Server Result
External OAuth authorization server settings.
Constructors
Properties
OAuth authorization endpoint. See http://tools.ietf.org/html/rfc6749#section-3.2.
HTTP verbs supported by the authorization endpoint. GET must be always present. POST is optional.
Specifies the mechanism by which access token is passed to the API.
Method of authentication supported by the token endpoint of this authorization server. Possible values are Basic and/or Body. When Body is specified, client credentials and other parameters are passed within the request body in the application/x-www-form-urlencoded format.
Optional reference to a page where client or app registration for this authorization server is performed. Contains absolute URL to entity being referenced.
Client or app secret registered with this authorization server. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.
Access token scope that is going to be requested by default. Can be overridden at the API level. Should be provided in the form of a string containing space-delimited values.
Description of the authorization server. Can contain HTML formatting tags.
User-friendly authorization server name.
Form of an authorization grant, which the client uses to request the access token.
Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner password.
Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner username.
If true, authorization server will include state parameter from the authorization request to its response. Client may use state parameter to raise protocol security.
Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e. {"name" : "name value", "value": "a value"}.
OAuth token endpoint. Contains absolute URI to entity being referenced.
If true, the authorization server will be used in the API documentation in the developer portal. False by default if no value is provided.
If true, the authorization server may be used in the developer portal test console. True by default if no value is provided.