Share via


OpenIdConnectConfiguration.ShouldSerializeCodeChallengeMethodsSupported Method

Definition

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

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

Returns

Applies to