OpenIdConnectConfiguration.ClaimTypesSupported Property

Definition

Gets the collection of 'claim_types_supported'

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

Property Value

Attributes

Applies to