C# Class RestSharp.WindowsPhone.Authenticators.XAuthAuthenticator

Inheritance: IAuthenticator
Datei anzeigen Open project: weiran/Metropaper

Private Properties

Property Type Description

Public Methods

Method Description
Authenticate ( IRestClient client, IRestRequest request ) : void
ForAccessToken ( string consumerKey, string consumerSecret, string username, string password ) : XAuthAuthenticator
ForAccessToken ( string consumerKey, string consumerSecret, string token, string tokenSecret, bool ignoreTokenSecret ) : XAuthAuthenticator

Method Details

Authenticate() public method

public Authenticate ( IRestClient client, IRestRequest request ) : void
client IRestClient
request IRestRequest
return void

ForAccessToken() public static method

public static ForAccessToken ( string consumerKey, string consumerSecret, string username, string password ) : XAuthAuthenticator
consumerKey string
consumerSecret string
username string
password string
return XAuthAuthenticator

ForAccessToken() public static method

public static ForAccessToken ( string consumerKey, string consumerSecret, string token, string tokenSecret, bool ignoreTokenSecret ) : XAuthAuthenticator
consumerKey string
consumerSecret string
token string
tokenSecret string
ignoreTokenSecret bool
return XAuthAuthenticator