1 write to _authenticationStateChangedHandler
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\AuthorizationMessageHandler.cs (1)
42_authenticationStateChangedHandler = _ => { _lastToken = null; };
2 references to _authenticationStateChangedHandler
Microsoft.AspNetCore.Components.WebAssembly.Authentication (2)
Services\AuthorizationMessageHandler.cs (2)
43authStateProvider.AuthenticationStateChanged += _authenticationStateChangedHandler; 131authStateProvider.AuthenticationStateChanged -= _authenticationStateChangedHandler;