C# 클래스 FluentHttp.Authenticators.OAuth2BearerAuthenticator

http://tools.ietf.org/html/draft-ietf-oauth-v2-bearer-05
상속: OAuth2Authenticator
파일 보기 프로젝트 열기: prabirshrestha/FluentHttp

보호된 메소드들

메소드 설명
OAuth2BearerAuthenticator ( string bearerToken ) : System

Initializes a new instance of the OAuth2BearerAuthenticator class.

메소드 상세

OAuth2BearerAuthenticator() 보호된 메소드

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