메소드 | 설명 | |
---|---|---|
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 |