uid = $uid; $this->isTokenLogin = $isTokenLogin; } public function getUid(): string { return $this->uid; } public function isTokenLogin(): bool { return $this->isTokenLogin; } }