C# 클래스 SimpleSocialAuth.Core.Consumers.TwitterConsumer

파일 보기 프로젝트 열기: rafek/SimpleSocialAuth 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SignInWithTwitterServiceDescription DotNetOpenAuth.OAuth.ServiceProviderDescription

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
StartSignInWithTwitter ( Uri callback = null ) : DotNetOpenAuth.Messaging.OutgoingWebResponse
TryFinishSignInWithTwitter ( string &screenName, int &userId ) : bool
TwitterConsumer ( ISessionStorage sessionStorage ) : System

메소드 상세

StartSignInWithTwitter() 공개 메소드

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

TryFinishSignInWithTwitter() 공개 메소드

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

TwitterConsumer() 공개 메소드

public TwitterConsumer ( ISessionStorage sessionStorage ) : System
sessionStorage ISessionStorage
리턴 System

프로퍼티 상세

SignInWithTwitterServiceDescription 공개적으로 정적으로 프로퍼티

public static ServiceProviderDescription,DotNetOpenAuth.OAuth SignInWithTwitterServiceDescription
리턴 DotNetOpenAuth.OAuth.ServiceProviderDescription