1 write to Scopes
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\AuthorizationMessageHandler.cs (1)
119Scopes = scopesList,
2 references to Scopes
Microsoft.AspNetCore.Components.WebAssembly.Authentication (2)
Services\AuthorizationMessageHandler.cs (1)
72throw new AccessTokenNotAvailableException(_navigation, tokenResult, _tokenOptions?.Scopes);
Services\RemoteAuthenticationService.cs (1)
169Scopes = options.Scopes ?? Array.Empty<string>(),