id; } public function setId(int $id): self { $this->id = $id; return $this; } public function getAuthUrl(): string { return $this->authUrl; } public function setAuthUrl(string $authUrl): self { $this->authUrl = $authUrl; return $this; } public function getChallengeVerifier(): string { return $this->challengeVerifier; } public function setChallengeVerifier(string $challengeVerifier): self { $this->challengeVerifier = $challengeVerifier; return $this; } }