C# Class Raven.Abstractions.OAuth.BasicAuthenticator

Inheritance: AbstractAuthenticator
Afficher le fichier Open project: robashton/ravendb Class Usage Examples

Méthodes publiques

Méthode Description
BasicAuthenticator ( string apiKey, bool enableBasicAuthenticationOverUnsecuredHttp ) : System
DoOAuthRequest ( string oauthSource ) : Action
HandleOAuthResponseAsync ( string oauthSource ) : Task>

Private Methods

Méthode Description
PrepareOAuthRequest ( string oauthSource ) : HttpWebRequest

Method Details

BasicAuthenticator() public méthode

public BasicAuthenticator ( string apiKey, bool enableBasicAuthenticationOverUnsecuredHttp ) : System
apiKey string
enableBasicAuthenticationOverUnsecuredHttp bool
Résultat System

DoOAuthRequest() public méthode

public DoOAuthRequest ( string oauthSource ) : Action
oauthSource string
Résultat Action

HandleOAuthResponseAsync() public méthode

public HandleOAuthResponseAsync ( string oauthSource ) : Task>
oauthSource string
Résultat Task>