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)
43
authStateProvider.AuthenticationStateChanged +=
_authenticationStateChangedHandler
;
131
authStateProvider.AuthenticationStateChanged -=
_authenticationStateChangedHandler
;