AuthenticationState Class

Definition

Provides information about the currently authenticated user, if any.

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

Constructors

AuthenticationState(ClaimsPrincipal)

Constructs an instance of AuthenticationState.

Properties

User

Gets a ClaimsPrincipal that describes the current user.

Applies to