Click or drag to resize
DiscoveryResponseValidateEndpoints Method
Validates Endpoints

Namespace:  Intuit.Ipp.OAuth2PlatformClient
Assembly:  Intuit.Ipp.OAuth2PlatformClient (in Intuit.Ipp.OAuth2PlatformClient.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public string ValidateEndpoints(
	JObject json,
	DiscoveryPolicy policy
)

Parameters

json
Type: JObject
json
policy
Type: Intuit.Ipp.OAuth2PlatformClientDiscoveryPolicy
policy

Return Value

Type: String
bool
See Also