OpenIdConnectConfiguration.ShouldSerializeIntrospectionEndpointAuthSigningAlgValuesSupported Method

Definition

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

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

Returns

Applies to