OpenIdConnectConfiguration.ShouldSerializeScopesSupported Method

Definition

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

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

Returns

Applies to