Property | Type | Description | |
---|---|---|---|
AddOAuthData | void | ||
GetAuthorizationHeader | string |
Method | Description | |
---|---|---|
Authenticate ( IRestClient client, IRestRequest request ) : void | ||
ForAccessToken ( string consumerKey, string consumerSecret, string token, string tokenSecret ) : |
||
ForAccessToken ( string consumerKey, string consumerSecret, string token, string tokenSecret, string verifier ) : OAuth1Authenticator | ||
ForAccessTokenRefresh ( string consumerKey, string consumerSecret, string token, string tokenSecret, string sessionHandle ) : OAuth1Authenticator | ||
ForAccessTokenRefresh ( string consumerKey, string consumerSecret, string token, string tokenSecret, string verifier, string sessionHandle ) : OAuth1Authenticator | ||
ForClientAuthentication ( string consumerKey, string consumerSecret, string username, string password ) : OAuth1Authenticator | ||
ForProtectedResource ( string consumerKey, string consumerSecret, string accessToken, string accessTokenSecret ) : OAuth1Authenticator | ||
ForRequestToken ( string consumerKey, string consumerSecret ) : OAuth1Authenticator | ||
ForRequestToken ( string consumerKey, string consumerSecret, string callbackUrl ) : OAuth1Authenticator |
Method | Description | |
---|---|---|
AddOAuthData ( IRestClient client, IRestRequest request, |
||
GetAuthorizationHeader ( WebPairCollection parameters ) : string |
public Authenticate ( IRestClient client, IRestRequest request ) : void | ||
client | IRestClient | |
request | IRestRequest | |
return | void |
public static ForAccessToken ( string consumerKey, string consumerSecret, string token, string tokenSecret ) : |
||
consumerKey | string | |
consumerSecret | string | |
token | string | |
tokenSecret | string | |
return |
public static ForAccessToken ( string consumerKey, string consumerSecret, string token, string tokenSecret, string verifier ) : OAuth1Authenticator | ||
consumerKey | string | |
consumerSecret | string | |
token | string | |
tokenSecret | string | |
verifier | string | |
return | OAuth1Authenticator |
public static ForAccessTokenRefresh ( string consumerKey, string consumerSecret, string token, string tokenSecret, string sessionHandle ) : OAuth1Authenticator | ||
consumerKey | string | |
consumerSecret | string | |
token | string | |
tokenSecret | string | |
sessionHandle | string | |
return | OAuth1Authenticator |
public static ForAccessTokenRefresh ( string consumerKey, string consumerSecret, string token, string tokenSecret, string verifier, string sessionHandle ) : OAuth1Authenticator | ||
consumerKey | string | |
consumerSecret | string | |
token | string | |
tokenSecret | string | |
verifier | string | |
sessionHandle | string | |
return | OAuth1Authenticator |
public static ForClientAuthentication ( string consumerKey, string consumerSecret, string username, string password ) : OAuth1Authenticator | ||
consumerKey | string | |
consumerSecret | string | |
username | string | |
password | string | |
return | OAuth1Authenticator |
public static ForProtectedResource ( string consumerKey, string consumerSecret, string accessToken, string accessTokenSecret ) : OAuth1Authenticator | ||
consumerKey | string | |
consumerSecret | string | |
accessToken | string | |
accessTokenSecret | string | |
return | OAuth1Authenticator |
public static ForRequestToken ( string consumerKey, string consumerSecret ) : OAuth1Authenticator | ||
consumerKey | string | |
consumerSecret | string | |
return | OAuth1Authenticator |
public static ForRequestToken ( string consumerKey, string consumerSecret, string callbackUrl ) : OAuth1Authenticator | ||
consumerKey | string | |
consumerSecret | string | |
callbackUrl | string | |
return | OAuth1Authenticator |