C# Class Street.MvxPlugins.AzureMobileAuthN.Droid.AuthenticationProvider

Inheritance: IAuthNProvider
Afficher le fichier Open project: kstreet/Street.MvxPlugins

Méthodes publiques

Méthode Description
AuthenticateAsync ( AuthNProviderType authenticationProviderType, IAuthNProviderSettings authenticationProviderSettings ) : Task
Logout ( ) : void

Private Methods

Méthode Description
LoadUserProfile ( ) : Task

Method Details

AuthenticateAsync() public méthode

public AuthenticateAsync ( AuthNProviderType authenticationProviderType, IAuthNProviderSettings authenticationProviderSettings ) : Task
authenticationProviderType AuthNProviderType
authenticationProviderSettings IAuthNProviderSettings
Résultat Task

Logout() public méthode

public Logout ( ) : void
Résultat void