Method | Description | |
---|---|---|
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.
|
public AuthenticateAsync ( MobileServiceAuthenticationProvider provider ) : System.Threading.Tasks.Task | ||
provider | MobileServiceAuthenticationProvider | The provider to authenticate with. |
return | System.Threading.Tasks.Task |
public LogoutAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |