C# Class SimpleSocialAuth.Core.Consumers.TwitterConsumer

显示文件 Open project: rafek/SimpleSocialAuth Class Usage Examples

Public Properties

Property Type Description
SignInWithTwitterServiceDescription DotNetOpenAuth.OAuth.ServiceProviderDescription

Private Properties

Property Type Description

Public Methods

Method Description
StartSignInWithTwitter ( Uri callback = null ) : DotNetOpenAuth.Messaging.OutgoingWebResponse
TryFinishSignInWithTwitter ( string &screenName, int &userId ) : bool
TwitterConsumer ( ISessionStorage sessionStorage ) : System

Method Details

StartSignInWithTwitter() public method

public StartSignInWithTwitter ( Uri callback = null ) : DotNetOpenAuth.Messaging.OutgoingWebResponse
callback System.Uri
return DotNetOpenAuth.Messaging.OutgoingWebResponse

TryFinishSignInWithTwitter() public method

public TryFinishSignInWithTwitter ( string &screenName, int &userId ) : bool
screenName string
userId int
return bool

TwitterConsumer() public method

public TwitterConsumer ( ISessionStorage sessionStorage ) : System
sessionStorage ISessionStorage
return System

Property Details

SignInWithTwitterServiceDescription public_oe static_oe property

public static ServiceProviderDescription,DotNetOpenAuth.OAuth SignInWithTwitterServiceDescription
return DotNetOpenAuth.OAuth.ServiceProviderDescription