authToken = $authToken; } public function getAuthToken() { return $this->authToken; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }