C# Class ReactiveTheMilk.RtmAuthorizer

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

Méthodes publiques

Méthode Description
GetAuthenticationUrl ( string frob ) : string
GetFrob ( ) : IObservable

frob取得

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

Method Details

GetAuthenticationUrl() public méthode

public GetAuthenticationUrl ( string frob ) : string
frob string
Résultat string

GetFrob() public méthode

frob取得
public GetFrob ( ) : IObservable
Résultat IObservable

GetToken() public méthode

public GetToken ( string frob ) : IObservable
frob string
Résultat IObservable

RtmAuthorizer() public méthode

public RtmAuthorizer ( string apiKey, string secret ) : System
apiKey string
secret string
Résultat System