forked from Cutlery/immich
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			540 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			540 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";
 | |
| 
 | |
| // Backup Info
 | |
| const String hiveBackupInfoBox = "immichBackupAlbumInfoBox";
 | |
| const String backupInfoKey = "immichBackupAlbumInfoKey";
 |