C# 클래스 PhotoSharingApp.Universal.Services.AuthenticationHandler

Helper calss for doing authentication & managing auth status using Azure Mobile Services.
상속: IAuthenticationHandler
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing

공개 메소드들

메소드 설명
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