C# 클래스 Raven.Abstractions.OAuth.BasicAuthenticator

상속: AbstractAuthenticator
파일 보기 프로젝트 열기: robashton/ravendb 1 사용 예제들

공개 메소드들

메소드 설명
BasicAuthenticator ( string apiKey, bool enableBasicAuthenticationOverUnsecuredHttp ) : System
DoOAuthRequest ( string oauthSource ) : Action
HandleOAuthResponseAsync ( string oauthSource ) : Task>

비공개 메소드들

메소드 설명
PrepareOAuthRequest ( string oauthSource ) : HttpWebRequest

메소드 상세

BasicAuthenticator() 공개 메소드

public BasicAuthenticator ( string apiKey, bool enableBasicAuthenticationOverUnsecuredHttp ) : System
apiKey string
enableBasicAuthenticationOverUnsecuredHttp bool
리턴 System

DoOAuthRequest() 공개 메소드

public DoOAuthRequest ( string oauthSource ) : Action
oauthSource string
리턴 Action

HandleOAuthResponseAsync() 공개 메소드

public HandleOAuthResponseAsync ( string oauthSource ) : Task>
oauthSource string
리턴 Task>