프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AddOAuthData | void | ||
GetAuthorizationHeader | string |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
AddOAuthData ( IRestClient client, IRestRequest request, |
||
GetAuthorizationHeader ( WebPairCollection parameters ) : string |
public Authenticate ( IRestClient client, IRestRequest request ) : void | ||
client | IRestClient | |
request | IRestRequest | |
리턴 | void |
public static ForAccessToken ( string consumerKey, string consumerSecret, string token, string tokenSecret ) : |
||
consumerKey | string | |
consumerSecret | string | |
token | string | |
tokenSecret | string | |
리턴 |
public static ForAccessToken ( string consumerKey, string consumerSecret, string token, string tokenSecret, string verifier ) : OAuth1Authenticator | ||
consumerKey | string | |
consumerSecret | string | |
token | string | |
tokenSecret | string | |
verifier | string | |
리턴 | 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 | |
리턴 | 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 | |
리턴 | OAuth1Authenticator |
public static ForClientAuthentication ( string consumerKey, string consumerSecret, string username, string password ) : OAuth1Authenticator | ||
consumerKey | string | |
consumerSecret | string | |
username | string | |
password | string | |
리턴 | OAuth1Authenticator |
public static ForProtectedResource ( string consumerKey, string consumerSecret, string accessToken, string accessTokenSecret ) : OAuth1Authenticator | ||
consumerKey | string | |
consumerSecret | string | |
accessToken | string | |
accessTokenSecret | string | |
리턴 | OAuth1Authenticator |
public static ForRequestToken ( string consumerKey, string consumerSecret ) : OAuth1Authenticator | ||
consumerKey | string | |
consumerSecret | string | |
리턴 | OAuth1Authenticator |
public static ForRequestToken ( string consumerKey, string consumerSecret, string callbackUrl ) : OAuth1Authenticator | ||
consumerKey | string | |
consumerSecret | string | |
callbackUrl | string | |
리턴 | OAuth1Authenticator |