77 if (!$this->result && !headers_sent()) {
78 http_response_code(400);
82 $jsonResponse->result = $this->result;
84 $jsonResponse->newToken = $this->newToken;
85 $jsonResponse->data = $this->data;
86 $jsonResponse->debug = $this->debug;
88 return json_encode($jsonResponse, JSON_PRETTY_PRINT);