2 writes to Scopes
Microsoft.AspNetCore.Components.WebAssembly.Authentication (2)
Models\InteractiveRequestOptions.cs (1)
106
Scopes
= requestOptions.Scopes,
Services\RemoteAuthenticationService.cs (1)
169
Scopes
= options.Scopes ?? Array.Empty<string>(),
1 reference to Scopes
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Models\InteractiveRequestOptions.cs (1)
114
new OptionsRecord(value.ReturnUrl, value.
Scopes
, value.Interaction, value.AdditionalRequestParameters),