Click or drag to resize
IRequestValidatorAuthorize Method
Authorizes the web request.

Namespace:  Intuit.Ipp.Security
Assembly:  Intuit.Ipp.Security (in Intuit.Ipp.Security.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
void Authorize(
	WebRequest webRequest,
	string requestBody
)

Parameters

webRequest
Type: System.NetWebRequest
The web request.
requestBody
Type: SystemString
The request body.
See Also