2022-02-03 11:06:44 -05:00
|
|
|
// Access token
|
|
|
|
const String userInfoBox = "immichBoxUserInfo"; // Box
|
|
|
|
const String accessTokenKey = "immichBoxAccessTokenKey"; // Key 1
|
|
|
|
const String deviceIdKey = 'immichBoxDeviceIdKey'; // Key 2
|
|
|
|
|
2022-04-24 21:33:10 -05:00
|
|
|
// Server endpoint
|
2022-02-03 11:06:44 -05:00
|
|
|
const String serverEndpointKey = 'immichBoxServerEndpoint';
|
|
|
|
|
2022-04-24 21:33:10 -05:00
|
|
|
// Login Info
|
|
|
|
const String hiveLoginInfoBox = "immichLoginInfoBox";
|
|
|
|
const String savedLoginInfoKey = "immichSavedLoginInfoKey";
|
2022-05-06 07:22:23 -05:00
|
|
|
|
|
|
|
// Backup Info
|
|
|
|
const String hiveBackupInfoBox = "immichBackupAlbumInfoBox";
|
|
|
|
const String backupInfoKey = "immichBackupAlbumInfoKey";
|