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

Inheritance: IAuthNProvider
显示文件 Open project: kstreet/Street.MvxPlugins

Public Methods

Method Description
AuthenticateAsync ( AuthNProviderType authenticationProviderType, IAuthNProviderSettings authenticationProviderSettings ) : Task
Logout ( ) : void

Private Methods

Method Description
LoadUserProfile ( ) : Task

Method Details

AuthenticateAsync() public method

public AuthenticateAsync ( AuthNProviderType authenticationProviderType, IAuthNProviderSettings authenticationProviderSettings ) : Task
authenticationProviderType AuthNProviderType
authenticationProviderSettings IAuthNProviderSettings
return Task

Logout() public method

public Logout ( ) : void
return void