OpenIdConnectConfiguration.IntrospectionEndpointAuthSigningAlgValuesSupported Property

Definition

Gets the collection of 'introspection_endpoint_auth_signing_alg_values_supported'.

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

Property Value

Attributes

Applies to