Share via


AuthenticationStateProvider.AuthenticationStateChanged Event

Definition

An event that provides notification when the AuthenticationState has changed. For example, this event may be raised if a user logs in or out.

public event Microsoft.AspNetCore.Components.Authorization.AuthenticationStateChangedHandler? AuthenticationStateChanged;
public event Microsoft.AspNetCore.Components.Authorization.AuthenticationStateChangedHandler AuthenticationStateChanged;

Event Type

Applies to