OpenIdConnectConfiguration.ShouldSerializeIntrospectionEndpointAuthMethodsSupported Method

Definition

Gets a bool that determines if the 'introspection_endpoint_auth_methods_supported' (IntrospectionEndpointAuthMethodsSupported) property should be serialized. This is used by Json.NET in order to conditionally serialize properties.

public bool ShouldSerializeIntrospectionEndpointAuthMethodsSupported ();
member this.ShouldSerializeIntrospectionEndpointAuthMethodsSupported : unit -> bool
Public Function ShouldSerializeIntrospectionEndpointAuthMethodsSupported () As Boolean

Returns

Applies to