get('token'); } public function getUserId(): string { return $this->get('userId'); } public function getPortalId(): ?string { return $this->get('portalId'); } public function getSecret(): ?string { return $this->get('secret'); } public function isActive(): bool { return $this->get('isActive'); } public function getHash(): ?string { return $this->get('hash'); } }