10 references to AuthenticationStateChanged
Microsoft.AspNetCore.Components.Authorization (7)
_generated\0\CascadingAuthenticationState_razor.g.cs (2)
88
AuthenticationStateProvider.
AuthenticationStateChanged
+= OnAuthenticationStateChanged;
105
AuthenticationStateProvider.
AuthenticationStateChanged
-= OnAuthenticationStateChanged;
AuthenticationStateProvider.cs (3)
24
/// Raises the <see cref="
AuthenticationStateChanged
"/> event.
31
AuthenticationStateChanged
?.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)
32
AuthenticationStateChanged
+= authenticationStateTask =>
Microsoft.AspNetCore.Components.WebAssembly.Authentication (2)
Services\AuthorizationMessageHandler.cs (2)
43
authStateProvider.
AuthenticationStateChanged
+= _authenticationStateChangedHandler;
131
authStateProvider.
AuthenticationStateChanged
-= _authenticationStateChangedHandler;