1 write to _navigation
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\AccessTokenNotAvailableException.cs (1)
29
_navigation
= navigation;
3 references to _navigation
Microsoft.AspNetCore.Components.WebAssembly.Authentication (3)
Services\AccessTokenNotAvailableException.cs (3)
40
_navigation
.NavigateToLogin(_tokenResult.InteractiveRequestUrl, _tokenResult.InteractionOptions);
44
_navigation
.NavigateTo(_tokenResult.InteractiveRequestUrl!);
57
_navigation
.NavigateToLogin(_tokenResult.InteractiveRequestUrl!, _tokenResult.InteractionOptions!);