1 write to Scopes
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Models\InteractiveRequestOptions.cs (1)
139Scopes = scopes;
3 references to Scopes
Microsoft.AspNetCore.Components.WebAssembly.Authentication (3)
_generated\3\InteractiveRequestOptionsSerializerContext.OptionsRecord.g.cs (2)
82Getter = static obj => ((global::Microsoft.AspNetCore.Components.WebAssembly.Authentication.InteractiveRequestOptions.Converter.OptionsRecord)obj).Scopes, 148IEnumerableStringSerializeHandler(writer, ((global::Microsoft.AspNetCore.Components.WebAssembly.Authentication.InteractiveRequestOptions.Converter.OptionsRecord)value).Scopes);
Models\InteractiveRequestOptions.cs (1)
106Scopes = requestOptions.Scopes,