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)
38if (_tokenResult.InteractionOptions != null && _tokenResult.InteractiveRequestUrl != null) 40_navigation.NavigateToLogin(_tokenResult.InteractiveRequestUrl, _tokenResult.InteractionOptions); 44_navigation.NavigateTo(_tokenResult.InteractiveRequestUrl!); 56configureInteractionOptions(_tokenResult.InteractionOptions!); 57_navigation.NavigateToLogin(_tokenResult.InteractiveRequestUrl!, _tokenResult.InteractionOptions!);