IronCoreRequest
in package
Abstract class representing a Tenant Security Proxy request object.
Table of Contents
- getJsonData() : string
- Gets the JSON-encoded form of the request payload.
- getPostData() : array<string|int, mixed>
- Method to get the request data as an associative array.
Methods
getJsonData()
Gets the JSON-encoded form of the request payload.
public
final getJsonData() : string
Return values
string —JSON-encoded form of the request payload
getPostData()
Method to get the request data as an associative array.
public
abstract getPostData() : array<string|int, mixed>
Return values
array<string|int, mixed> —Associative array containing all of the object's fields