C# Class ReactiveTheMilk.RtmAuthorizer

RTM API の認証に関する処理を行う
Inheritance: RtmBase
Exibir arquivo Open project: masaru-b-cl/ReactiveTheMilk Class Usage Examples

Public Methods

Method Description
GetAuthenticationUrl ( string frob ) : string
GetFrob ( ) : IObservable

frob取得

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

Method Details

GetAuthenticationUrl() public method

public GetAuthenticationUrl ( string frob ) : string
frob string
return string

GetFrob() public method

frob取得
public GetFrob ( ) : IObservable
return IObservable

GetToken() public method

public GetToken ( string frob ) : IObservable
frob string
return IObservable

RtmAuthorizer() public method

public RtmAuthorizer ( string apiKey, string secret ) : System
apiKey string
secret string
return System