C# Class MahTweets2.TwitterPlugin.MahTweetsOAuthAuthorization

Inheritance: LinqToTwitter.OAuthAuthorization
Mostra file Open project: nickhodge/MahTweets.LawrenceHargrave

Public Properties

Property Type Description
tokenManager MahTweetsOAuthTokenManager

Private Properties

Property Type Description

Public Methods

Method Description
Authorize ( ) : string>.IDictionary
BeginAuthorize ( ) : Uri
CompleteAuthorize ( ) : string>.IDictionary
MahTweetsOAuthAuthorization ( ) : System
MahTweetsOAuthAuthorization ( DotNetOpenAuth.OAuth.ServiceProviderDescription description ) : System

Method Details

Authorize() public method

public Authorize ( ) : string>.IDictionary
return string>.IDictionary

BeginAuthorize() public method

public BeginAuthorize ( ) : Uri
return System.Uri

CompleteAuthorize() public method

public CompleteAuthorize ( ) : string>.IDictionary
return string>.IDictionary

MahTweetsOAuthAuthorization() public method

public MahTweetsOAuthAuthorization ( ) : System
return System

MahTweetsOAuthAuthorization() public method

public MahTweetsOAuthAuthorization ( DotNetOpenAuth.OAuth.ServiceProviderDescription description ) : System
description DotNetOpenAuth.OAuth.ServiceProviderDescription
return System

Property Details

tokenManager public_oe property

public MahTweetsOAuthTokenManager,MahTweets2.TwitterPlugin tokenManager
return MahTweetsOAuthTokenManager