OpenIdConnectConfiguration.IdTokenEncryptionEncValuesSupported Property

Definition

Gets the collection of 'id_token_encryption_enc_values_supported'.

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

Property Value

Attributes

Applies to