OpenIdConnectConfiguration.IdTokenSigningAlgValuesSupported Property

Definition

Gets the collection of 'id_token_signing_alg_values_supported'.

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

Property Value

Attributes

Applies to