RemoteAuthenticationActions Class

Definition

Represents the list of authentication actions that can be performed by the RemoteAuthenticatorViewCore<TAuthenticationState>.

public ref class RemoteAuthenticationActions
public class RemoteAuthenticationActions
type RemoteAuthenticationActions = class
Public Class RemoteAuthenticationActions
Inheritance
RemoteAuthenticationActions

Constructors

RemoteAuthenticationActions()

Fields

LogIn

The log in action.

LogInCallback

The log in callback action.

LogInFailed

The log in failed action.

LogOut

The log out action.

LogOutCallback

The log out callback action.

LogOutFailed

The log out failed action.

LogOutSucceeded

The log out succeeded action.

Profile

The navigate to user profile action.

Register

The navigate to register action.

Methods

IsAction(String, String)

Whether or not a given candidate represents a given RemoteAuthenticationActions.

Applies to