4 references to GetCachedNavigationState
Microsoft.AspNetCore.Components.WebAssembly.Authentication (4)
RemoteAuthenticatorViewCore.cs (4)
210
var interactiveRequest =
GetCachedNavigationState
();
294
var interactiveRequest =
GetCachedNavigationState
();
371
var fromNavigationState =
GetCachedNavigationState
()?.ReturnUrl;
379
return
GetCachedNavigationState
()?.Interaction == InteractionType.SignOut;