C# 클래스 XSpect.MetaTweet.Modules.Authorizer

상속: LinqToTwitter.OAuthAuthorizer, ITwitterAuthorizer
파일 보기 프로젝트 열기: takeshik/metatweet-old

공개 메소드들

메소드 설명
Authorize ( ) : void
Authorizer ( FileInfo tokenFile ) : System
Load ( ) : void
Load ( String credentialsString ) : void
Save ( ) : void

메소드 상세

Authorize() 공개 메소드

public Authorize ( ) : void
리턴 void

Authorizer() 공개 메소드

public Authorizer ( FileInfo tokenFile ) : System
tokenFile System.IO.FileInfo
리턴 System

Load() 공개 메소드

public Load ( ) : void
리턴 void

Load() 공개 메소드

public Load ( String credentialsString ) : void
credentialsString String
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void