username = $username; $db = new BancaDati(); return $this; } public function exists() { return true; } public function login(string $password) : string { // select user // $this->db->select() return "token"; } }