C# Class FluentHttp.Authenticators.OAuth2BearerAuthenticator

http://tools.ietf.org/html/draft-ietf-oauth-v2-bearer-05
Inheritance: OAuth2Authenticator
Exibir arquivo Open project: prabirshrestha/FluentHttp

Protected Methods

Method Description
OAuth2BearerAuthenticator ( string bearerToken ) : System

Initializes a new instance of the OAuth2BearerAuthenticator class.

Method Details

OAuth2BearerAuthenticator() protected method

Initializes a new instance of the OAuth2BearerAuthenticator class.
protected OAuth2BearerAuthenticator ( string bearerToken ) : System
bearerToken string The oauth 2 bearer_token.
return System