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-04-24 19:33:10 -07:00
|
|
|
// Server endpoint
|
2022-02-03 09:06:44 -07:00
|
|
|
const String serverEndpointKey = 'immichBoxServerEndpoint';
|
|
|
|
|
2022-04-24 19:33:10 -07:00
|
|
|
// Login Info
|
|
|
|
const String hiveLoginInfoBox = "immichLoginInfoBox";
|
|
|
|
const String savedLoginInfoKey = "immichSavedLoginInfoKey";
|
2022-05-06 05:22:23 -07:00
|
|
|
|
|
|
|
// Backup Info
|
|
|
|
const String hiveBackupInfoBox = "immichBackupAlbumInfoBox";
|
|
|
|
const String backupInfoKey = "immichBackupAlbumInfoKey";
|
2022-06-11 14:12:06 -07:00
|
|
|
|
|
|
|
// Github Release Info
|
|
|
|
const String hiveGithubReleaseInfoBox = "immichGithubReleaseInfoBox";
|
|
|
|
const String githubReleaseInfoKey = "immichGithubReleaseInfoKey";
|