Map<String, dynamic> toMap() { return { 'appId': appId, 'appSecret': appSecret, 'token': token, 'AESKey': AESKey, 'RSAPrivateKey': RSAPrivateKey, }; }