File: _generated\11\InteractiveRequestOptionsSerializerContext.PropertyNames.g.cs
Web Access
Project: src\aspnetcore\src\Components\WebAssembly\WebAssembly.Authentication\src\Microsoft.AspNetCore.Components.WebAssembly.Authentication.csproj (Microsoft.AspNetCore.Components.WebAssembly.Authentication)
// <auto-generated/>
 
#nullable enable annotations
#nullable disable warnings
 
// Suppress warnings about [Obsolete] member usage in generated code.
#pragma warning disable CS0612, CS0618
 
namespace Microsoft.AspNetCore.Components.WebAssembly.Authentication
{
    internal partial class InteractiveRequestOptionsSerializerContext
    {
        private static readonly global::System.Text.Json.JsonEncodedText PropName_returnUrl = global::System.Text.Json.JsonEncodedText.Encode("returnUrl");
        private static readonly global::System.Text.Json.JsonEncodedText PropName_scopes = global::System.Text.Json.JsonEncodedText.Encode("scopes");
        private static readonly global::System.Text.Json.JsonEncodedText PropName_interaction = global::System.Text.Json.JsonEncodedText.Encode("interaction");
        private static readonly global::System.Text.Json.JsonEncodedText PropName_additionalRequestParameters = global::System.Text.Json.JsonEncodedText.Encode("additionalRequestParameters");
    }
}