Skip to content

OAuth2RequestSigningMethod

Troy Willmot edited this page Oct 21, 2016 · 1 revision

Summary

An enum specifying the ways a token or signature can be applied to a request.

Values

AuthorizationHeader

The default and preferred mechansim. Values are set in the HTTP Authorization header of the request.

UrlQuery

Not recommended but required by some clients or API implementations. The token or signing data is included in the query string of the request url as key/value pairs.

Clone this wiki locally