OpenIdConnectConfiguration.ShouldSerializeAuthorizationDetailsTypesSupported Method

Definition

Overloads

ShouldSerializeAuthorizationDetailsTypesSupported()

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

ShouldSerializeAuthorizationDetailsTypesSupported()

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

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

Returns

Applies to