OpenIdConnectConfiguration.ResponseModesSupported Property

Definition

Gets the collection of 'response_modes_supported'.

[System.Text.Json.Serialization.JsonPropertyName("response_modes_supported")]
public System.Collections.Generic.ICollection<string> ResponseModesSupported { get; }
[<System.Text.Json.Serialization.JsonPropertyName("response_modes_supported")>]
member this.ResponseModesSupported : System.Collections.Generic.ICollection<string>
Public ReadOnly Property ResponseModesSupported As ICollection(Of String)

Property Value

Attributes

Applies to