Skip to content

OAuth2RequestSigningHandler

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

Summary

A System.Net.Http.DelegatingHandlerthat manages access tokens and signs requests using OAuth 2.0 authentication flows. Use an OAuth2Settings instance to configure the signing handler.

Methods

NonInteractiveAuthenticationByJsonResponse

Used for the 'broken authorisation code flow'. See Supported Auth Flow Overviews. Obtains an access token by making an HTTP POST to the authorisation end point, without requiring user interaction. Only supported by some servers.

Clone this wiki locally