C# Class Jbe.NewsReader.ExternalServices.AccountService

Inheritance: System.Waf.Foundation.Model, IAccountService
Afficher le fichier Open project: jbe2277/waf

Méthodes publiques

Méthode Description
GetTokenAsync ( ) : Task
InitializeAsync ( ) : System.Threading.Tasks.Task
SignIn ( Action signInStarted ) : void
SignOutAsync ( ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
AccountService ( IResourceService resourceService ) : Jbe.NewsReader.Applications.Services
BuildAccountsSettingsPaneAsync ( AccountsSettingsPane s, AccountsSettingsPaneCommandsRequestedEventArgs e ) : void
CreateUserAccount ( string token ) : Task
GetMsaToken ( WebAccountProviderCommand command ) : void
GetMsaTokenAsync ( WebAccountProviderCommand command ) : Task
GetWebAccount ( ) : Task
UpdateWebAccount ( WebAccount newAccount ) : void

Method Details

GetTokenAsync() public méthode

public GetTokenAsync ( ) : Task
Résultat Task

InitializeAsync() public méthode

public InitializeAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

SignIn() public méthode

public SignIn ( Action signInStarted ) : void
signInStarted Action
Résultat void

SignOutAsync() public méthode

public SignOutAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task