1 instantiation of AccessTokenNotAvailableException
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\AuthorizationMessageHandler.cs (1)
72
throw new
AccessTokenNotAvailableException
(_navigation, tokenResult, _tokenOptions?.Scopes);
1 reference to AccessTokenNotAvailableException
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\AccessTokenNotAvailableException.cs (1)
16
/// Initialize a new instance of <see cref="
AccessTokenNotAvailableException
"/>.