-
Notifications
You must be signed in to change notification settings - Fork 1
OAuth2RequestSigningHandler
Troy Willmot edited this page Oct 21, 2016
·
1 revision
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.
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.