OpenIdConnectConfiguration.ResponseTypesSupported Property

Definition

Gets the collection of 'response_types_supported'.

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

Property Value

Attributes

Applies to