mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:17:11 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			391 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			391 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';
 | 
						|
 | 
						|
// KEY
 | 
						|
const String hiveAllAsssetKey = "allAssets";
 | 
						|
const String hiveBackupProgressKey = "backupProgressAssets";
 |