user; } public function getHashedPassword(): string { return $this->passwordHash; } public function getRawPassword(): string { return $this->rawPassword; } public function getRequest(): ServerRequestInterface { return $this->request; } }