C# 클래스 Raven.Client.Document.OAuth.SecuredAuthenticator

상속: Raven.Client.Document.OAuth.AbstractAuthenticator
파일 보기 프로젝트 열기: synhershko/ravendb

공개 메소드들

메소드 설명
ConfigureRequest ( object sender, Connection e ) : void
DoOAuthRequest ( string oauthSource ) : Action
DoOAuthRequestAsync ( string oauthSource ) : Task>
SecuredAuthenticator ( string apiKey ) : System

비공개 메소드들

메소드 설명
DoOAuthRequestAsync ( string oauthSource, string serverRsaExponent, string serverRsaModulus, string challenge, int tries ) : Task>
PrepareOAuthRequest ( string oauthSource, string serverRSAExponent, string serverRSAModulus, string challenge ) : string>.Tuple

메소드 상세

ConfigureRequest() 공개 메소드

public ConfigureRequest ( object sender, Connection e ) : void
sender object
e System.Net.Connection
리턴 void

DoOAuthRequest() 공개 메소드

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

DoOAuthRequestAsync() 공개 메소드

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

SecuredAuthenticator() 공개 메소드

public SecuredAuthenticator ( string apiKey ) : System
apiKey string
리턴 System