OpenIdConnectConfiguration.RequestParameterSupported Property

Definition

Gets or sets the 'request_parameter_supported'

[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)]
[System.Text.Json.Serialization.JsonPropertyName("request_parameter_supported")]
public bool RequestParameterSupported { get; set; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)>]
[<System.Text.Json.Serialization.JsonPropertyName("request_parameter_supported")>]
member this.RequestParameterSupported : bool with get, set
Public Property RequestParameterSupported As Boolean

Property Value

Attributes

Applies to