mirror of
https://github.com/immich-app/immich.git
synced 2025-01-09 05:16:47 +01:00
11 lines
406 B
Dart
11 lines
406 B
Dart
// Access token
|
|
const String userInfoBox = "immichBoxUserInfo"; // Box
|
|
const String accessTokenKey = "immichBoxAccessTokenKey"; // Key 1
|
|
const String deviceIdKey = 'immichBoxDeviceIdKey'; // Key 2
|
|
|
|
// Server endpoint
|
|
const String serverEndpointKey = 'immichBoxServerEndpoint';
|
|
|
|
// Login Info
|
|
const String hiveLoginInfoBox = "immichLoginInfoBox";
|
|
const String savedLoginInfoKey = "immichSavedLoginInfoKey";
|