OpenIdConnectConfiguration.IntrospectionEndpointAuthMethodsSupported Property

Definition

Gets the collection of 'introspection_endpoint_auth_methods_supported'.

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

Property Value

Attributes

Applies to