C# 클래스 FluentHttp.Authenticators.OAuth2AuthorizationRequestHeaderBearerAuthenticator

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

공개 메소드들

메소드 설명
Authenticate ( FluentHttpRequest fluentHttpRequest ) : void

Authenticate the fluent http request using OAuth2 authorization header bearer_token.

OAuth2AuthorizationRequestHeaderBearerAuthenticator ( string bearerToken ) : System

Initializes a new instance of the OAuth2AuthorizationRequestHeaderBearerAuthenticator class.

메소드 상세

Authenticate() 공개 메소드

Authenticate the fluent http request using OAuth2 authorization header bearer_token.
public Authenticate ( FluentHttpRequest fluentHttpRequest ) : void
fluentHttpRequest FluentHttpRequest The fluent http request.
리턴 void

OAuth2AuthorizationRequestHeaderBearerAuthenticator() 공개 메소드

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