You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.