转换为Map
Map<String, dynamic> toMap() { return { 'token': token, 'timestamp': timestamp, 'tokenType': tokenType, }; }