C# Класс PhotoSharingApp.Universal.Services.AuthenticationHandler

Helper calss for doing authentication & managing auth status using Azure Mobile Services.
Наследование: IAuthenticationHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
AuthenticateAsync ( MobileServiceAuthenticationProvider provider ) : System.Threading.Tasks.Task

Starts the authentication process.

AuthenticationHandler ( ) : System

Initializes a new instance of the AuthenticationHandler class.

LogoutAsync ( ) : System.Threading.Tasks.Task

Logs the user out.

ResetPasswordVault ( ) : void

Clears the password vault.

RestoreSignInStatus ( ) : Task

Restores the sign in status.

Описание методов

AuthenticateAsync() публичный Метод

Starts the authentication process.
public AuthenticateAsync ( MobileServiceAuthenticationProvider provider ) : System.Threading.Tasks.Task
provider MobileServiceAuthenticationProvider The provider to authenticate with.
Результат System.Threading.Tasks.Task

AuthenticationHandler() публичный Метод

Initializes a new instance of the AuthenticationHandler class.
public AuthenticationHandler ( ) : System
Результат System

LogoutAsync() публичный Метод

Logs the user out.
public LogoutAsync ( ) : System.Threading.Tasks.Task
Результат System.Threading.Tasks.Task

ResetPasswordVault() публичный Метод

Clears the password vault.
public ResetPasswordVault ( ) : void
Результат void

RestoreSignInStatus() публичный Метод

Restores the sign in status.
public RestoreSignInStatus ( ) : Task
Результат Task