endpoint = $endpoint; $this->publicKey = $publicKey; } public function getEndpoint(): string { return $this->endpoint; } public function getPublicKey(): string { return $this->publicKey; } }