password; } public function setIsPasswordValid(bool $isPasswordValid): void { $this->isPasswordValid = $isPasswordValid; } public function isPasswordValid(): ?bool { return $this->isPasswordValid; } public function setRedirectUrl(string $redirectUrl): void { $this->redirectUrl = $redirectUrl; } public function getRedirectUrl(): string { return $this->redirectUrl; } }