OpenIdConnectConfiguration.TokenEndpointAuthSigningAlgValuesSupported Property

Definition

Gets the collection of 'token_endpoint_auth_signing_alg_values_supported'.

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

Property Value

Attributes

Applies to