OpenIdConnectConfiguration.ShouldSerializeTokenEndpointAuthMethodsSupported Method

Definition

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

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

Returns

Applies to