8 references to AuthenticationStateChanged
Microsoft.AspNetCore.Components.Authorization (7)
_generated\0\CascadingAuthenticationState_razor.g.cs (2)
88AuthenticationStateProvider.AuthenticationStateChanged += OnAuthenticationStateChanged; 105AuthenticationStateProvider.AuthenticationStateChanged -= OnAuthenticationStateChanged;
AuthenticationStateProvider.cs (3)
24/// Raises the <see cref="AuthenticationStateChanged"/> event. 31AuthenticationStateChanged?.Invoke(task); 36/// A handler for the <see cref="AuthenticationStateProvider.AuthenticationStateChanged"/> event.
CascadingAuthenticationStateServiceCollectionExtensions.cs (2)
40_authenticationStateProvider.AuthenticationStateChanged += HandleAuthenticationStateChanged; 54_authenticationStateProvider.AuthenticationStateChanged -= HandleAuthenticationStateChanged;
Microsoft.AspNetCore.Components.Server (1)
Circuits\RevalidatingServerAuthenticationStateProvider.cs (1)
32AuthenticationStateChanged += authenticationStateTask =>