Click or drag to resize
DiscoveryResponse Constructor (HttpStatusCode, String)
Handles exception response from Token api call

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 DiscoveryResponse(
	HttpStatusCode statusCode,
	string reason
)

Parameters

statusCode
Type: System.NetHttpStatusCode
statusCode
reason
Type: SystemString
reason
See Also