2025-08-27 18:20:37 +08:00
|
|
|
class CacheKeys {
|
2025-09-02 11:45:38 +08:00
|
|
|
static const String isSendValidationCode = 'isSendValidationCode';
|
2025-08-27 18:20:37 +08:00
|
|
|
static const String token = 'token';
|
2025-09-08 17:14:15 +08:00
|
|
|
static const String lockPublicKey = 'lockPublicKey';
|
|
|
|
|
static const String lockCommKey = 'lockCommKey';
|
|
|
|
|
static const String lockSignKey = 'lockSignKey';
|
2025-09-09 16:51:29 +08:00
|
|
|
static const String starCloudUserName = 'starCloudUserName';
|
|
|
|
|
static const String starCloudPassword = 'starCloudPassword';
|
|
|
|
|
static const String starCloudUid = 'starCloudUid';
|
2025-09-08 16:49:11 +08:00
|
|
|
static const String starCloudUserLoginInfo = 'starCloudUserLoginInfo';
|
2025-09-29 17:11:08 +08:00
|
|
|
static const String userAccountInfo = 'userAccountInfo';
|
2025-08-27 18:20:37 +08:00
|
|
|
}
|