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