OpenIdConnectConfiguration.SubjectTypesSupported Property

Definition

Gets the collection of 'subject_types_supported'.

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

Property Value

Attributes

Applies to