C# Class Twiddler.TweetSharp.Authorizer

Inheritance: ReactiveUI.ReactiveObject, IAuthorizer
Afficher le fichier Open project: GraemeF/Twiddler

Méthodes publiques

Méthode Description
CheckAuthorization ( ) : void
Deauthorize ( ) : void

Private Methods

Méthode Description
Authorizer ( ITwitterApplicationCredentials applicationCredentials, IAccessTokenStore accessTokenStore, Factories userFactory ) : System.ComponentModel.Composition
CheckCredentials ( ) : void
VerifyCredentialsWithTwitter ( ) : void

Method Details

CheckAuthorization() public méthode

public CheckAuthorization ( ) : void
Résultat void

Deauthorize() public méthode

public Deauthorize ( ) : void
Résultat void