jwt = $jwt; } public function getJwt() { return $this->jwt; } public function setScope($scope) { $this->scope = $scope; } public function getScope() { return $this->scope; } }