secret = $secret; } public function getSecret(): string { return $this->secret; } public function setSecret(string $secret): void { $this->secret = $secret; } public function getCode(): ?string { return $this->code; } public function setCode(string $code): void { $this->code = $code; } }