claim; } public function getPassword(): string { return $this->password; } public function isUseInstallToolPassword(): bool { return $this->useInstallToolPassword; } public function isVerified(): bool { return $this->verified; } public function setVerified(bool $verified): void { $this->verified = $verified; } }