C# Class RestSharp.WindowsPhone.Authenticators.XAuthAuthenticator

Inheritance: IAuthenticator
Afficher le fichier Open project: weiran/Metropaper

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Authenticate ( IRestClient client, IRestRequest request ) : void
client IRestClient
request IRestRequest
Résultat void

ForAccessToken() public static méthode

public static ForAccessToken ( string consumerKey, string consumerSecret, string username, string password ) : XAuthAuthenticator
consumerKey string
consumerSecret string
username string
password string
Résultat XAuthAuthenticator

ForAccessToken() public static méthode

public static ForAccessToken ( string consumerKey, string consumerSecret, string token, string tokenSecret, bool ignoreTokenSecret ) : XAuthAuthenticator
consumerKey string
consumerSecret string
token string
tokenSecret string
ignoreTokenSecret bool
Résultat XAuthAuthenticator