1 write to _tokenResult
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\AccessTokenNotAvailableException.cs (1)
28
_tokenResult
= tokenResult;
8 references to _tokenResult
Microsoft.AspNetCore.Components.WebAssembly.Authentication (8)
Services\AccessTokenNotAvailableException.cs (8)
38
if (
_tokenResult
.InteractionOptions != null &&
_tokenResult
.InteractiveRequestUrl != null)
40
_navigation.NavigateToLogin(
_tokenResult
.InteractiveRequestUrl,
_tokenResult
.InteractionOptions);
44
_navigation.NavigateTo(
_tokenResult
.InteractiveRequestUrl!);
56
configureInteractionOptions(
_tokenResult
.InteractionOptions!);
57
_navigation.NavigateToLogin(
_tokenResult
.InteractiveRequestUrl!,
_tokenResult
.InteractionOptions!);