C# Class OpenTween.Connection.OAuthCredential

Afficher le fichier Open project: rhenium/OpenTween Class Usage Examples

Méthodes publiques

Méthode Description
OAuthCredential ( OAuthConsumer consumer, string token, string tokenSecret )
OAuthCredential ( string consumerKey, string consumerSecret, string token, string tokenSecret )

Method Details

OAuthCredential() public méthode

public OAuthCredential ( OAuthConsumer consumer, string token, string tokenSecret )
consumer OAuthConsumer
token string
tokenSecret string

OAuthCredential() public méthode

public OAuthCredential ( string consumerKey, string consumerSecret, string token, string tokenSecret )
consumerKey string
consumerSecret string
token string
tokenSecret string