OpenIdConnectConfiguration.ClaimsLocalesSupported Property

Definition

Gets the collection of 'claims_locales_supported'

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

Property Value

Attributes

Applies to