userId = $userId; $this->tokenValue = $tokenValue; $this->params = $params; } public function getTokenValue() { return $this->tokenValue; } public function getParams() { return $this->params; } /** * @return mixed */ public function getUserId() { return $this->userId; } }