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