Method | Description | |
---|---|---|
BasicAuthenticator ( string apiKey, bool enableBasicAuthenticationOverUnsecuredHttp ) : System | ||
DoOAuthRequest ( string oauthSource ) : Action |
||
HandleOAuthResponseAsync ( string oauthSource ) : Task |
Method | Description | |
---|---|---|
PrepareOAuthRequest ( string oauthSource ) : |
public BasicAuthenticator ( string apiKey, bool enableBasicAuthenticationOverUnsecuredHttp ) : System | ||
apiKey | string | |
enableBasicAuthenticationOverUnsecuredHttp | bool | |
return | System |
public DoOAuthRequest ( string oauthSource ) : Action |
||
oauthSource | string | |
return | Action |
public HandleOAuthResponseAsync ( string oauthSource ) : Task |
||
oauthSource | string | |
return | Task |