OpenIdConnectConfiguration.ClaimsSupported Property

Definition

Gets the collection of 'claims_supported'

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

Property Value

Attributes

Applies to