OpenIdConnectConfiguration.IdTokenEncryptionAlgValuesSupported Property

Definition

Gets the collection of 'id_token_encryption_alg_values_supported'.

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

Property Value

Attributes

Applies to