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