OpenIdConnectConfiguration.ShouldSerializeGrantTypesSupported Method

Definition

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

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

Returns

Applies to