2022-02-03 09:06:44 -07:00
|
|
|
// Access token
|
|
|
|
const String userInfoBox = "immichBoxUserInfo"; // Box
|
|
|
|
const String accessTokenKey = "immichBoxAccessTokenKey"; // Key 1
|
|
|
|
const String deviceIdKey = 'immichBoxDeviceIdKey'; // Key 2
|
2022-06-20 16:10:23 -07:00
|
|
|
const String isLoggedInKey = 'immichIsLoggedInKey'; // Key 3
|
|
|
|
const String serverEndpointKey = 'immichBoxServerEndpoint'; // Key 4
|
2022-02-03 09:06:44 -07:00
|
|
|
|
2022-04-24 19:33:10 -07:00
|
|
|
// Login Info
|
2022-06-20 16:10:23 -07:00
|
|
|
const String hiveLoginInfoBox = "immichLoginInfoBox"; // Box
|
|
|
|
const String savedLoginInfoKey = "immichSavedLoginInfoKey"; // Key 1
|
2022-05-06 05:22:23 -07:00
|
|
|
|
|
|
|
// Backup Info
|
2022-06-20 16:10:23 -07:00
|
|
|
const String hiveBackupInfoBox = "immichBackupAlbumInfoBox"; // Box
|
|
|
|
const String backupInfoKey = "immichBackupAlbumInfoKey"; // Key 1
|
2022-06-11 14:12:06 -07:00
|
|
|
|
|
|
|
// Github Release Info
|
2022-06-20 16:10:23 -07:00
|
|
|
const String hiveGithubReleaseInfoBox = "immichGithubReleaseInfoBox"; // Box
|
|
|
|
const String githubReleaseInfoKey = "immichGithubReleaseInfoKey"; // Key 1
|