2 references to AuthenticationStateChangedHandler
Microsoft.AspNetCore.Components.Authorization (1)
AuthenticationStateProvider.cs (1)
21public event AuthenticationStateChangedHandler? AuthenticationStateChanged;
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\AuthorizationMessageHandler.cs (1)
21private readonly AuthenticationStateChangedHandler? _authenticationStateChangedHandler;