Click or drag to resize

BaseControllerRequiresToken Method

Returns true if the request requires a 2-part token.

Namespace:  NetQuarry.Web.API
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected abstract bool RequiresToken(
	int requestID
)

Parameters

requestID
Type: SystemInt32
The value of the request.

Return Value

Type: Boolean
Returns true if the request requires a 2-part token, otherwise false.
See Also