CheckSessionRequest
class CheckSessionRequest
Class CheckSessionRequest.
Check a session.
Properties
string | $username | Username or API Access Credential that accesses web service. | |
string | $password | Plaintext password for the client account. | |
string | $sessionid | HEX string uniquely representing the session. | |
int | $wait | Time to wait, in seconds, for CheckSession to wait while the session is being completed by the user. | |
string | $waitforcompleted | Yes/no indicating that the CheckSession should not return intermediate results, but only final results. | |
null | $userfields | This is a USER-SUPPLIED field, can be named whatever the developer wants, and can be used to retrieve additional data with the form. In the case of the libraries, these field names are specified in a dictionary called “userfields”. In the case of the webservice/resource, these fields are simply included with other name/value pairs. CheckSession will return values from the form/session for any fields specified. |
Methods
jsonSerialize()
No description