다음을 통해 공유


OpenIdConnectConfiguration.ShouldSerializeRevocationEndpointAuthMethodsSupported Method

Definition

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

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

Returns

Applies to