C# 클래스 ReactiveTheMilk.RtmAuthorizer

RTM API の認証に関する処理を行う
상속: RtmBase
파일 보기 프로젝트 열기: masaru-b-cl/ReactiveTheMilk 1 사용 예제들

공개 메소드들

메소드 설명
GetAuthenticationUrl ( string frob ) : string
GetFrob ( ) : IObservable

frob取得

GetToken ( string frob ) : IObservable
RtmAuthorizer ( string apiKey, string secret ) : System

메소드 상세

GetAuthenticationUrl() 공개 메소드

public GetAuthenticationUrl ( string frob ) : string
frob string
리턴 string

GetFrob() 공개 메소드

frob取得
public GetFrob ( ) : IObservable
리턴 IObservable

GetToken() 공개 메소드

public GetToken ( string frob ) : IObservable
frob string
리턴 IObservable

RtmAuthorizer() 공개 메소드

public RtmAuthorizer ( string apiKey, string secret ) : System
apiKey string
secret string
리턴 System