Метод | Описание | |
---|---|---|
ConfigureRequest ( object sender, |
||
DoOAuthRequest ( string oauthSource ) : Action |
||
DoOAuthRequestAsync ( string baseUrl, string oauthSource ) : Task |
||
SecuredAuthenticator ( string apiKey ) : System |
Метод | Описание | |
---|---|---|
BrowserCookieToAllowUserToUseStandardRequests ( string baseUrl, string currentOauthToken ) : void | ||
DoOAuthRequestAsync ( string baseUrl, string oauthSource, string serverRsaExponent, string serverRsaModulus, string challenge, int tries ) : Task |
||
PrepareOAuthRequest ( string oauthSource, string serverRSAExponent, string serverRSAModulus, string challenge ) : string>.Tuple |
public ConfigureRequest ( object sender, |
||
sender | object | |
e | ||
Результат | void |
public DoOAuthRequest ( string oauthSource ) : Action |
||
oauthSource | string | |
Результат | Action |
public DoOAuthRequestAsync ( string baseUrl, string oauthSource ) : Task |
||
baseUrl | string | |
oauthSource | string | |
Результат | Task |
public SecuredAuthenticator ( string apiKey ) : System | ||
apiKey | string | |
Результат | System |