OpenIdConnectConfiguration.ShouldSerializePromptValuesSupported Method

Definition

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

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

Returns

Applies to