$jwt
$jwt : null|string
JSON Web Token
The current JWT for the authenticated session.
ORM
Base ORM class, used to set environment variables like API key and host and initiate and maintain an authenticated session.
__construct(string $secret = '', string $apiHost = 'localhost', integer $apiVersion = 1, integer $apiPort = 8000, boolean $useHTTPS = false)
ORM Constructor
Constructs an authenticated ORM session.
string | $secret | |
string | $apiHost | |
integer | $apiVersion | |
integer | $apiPort | |
boolean | $useHTTPS |