chore: remove phased out storage encryption policy (#2323)
This commit is contained in:
@@ -31,7 +31,6 @@ export enum StorageKey {
|
||||
ProtectionExpirey = 'SessionExpiresAtKey',
|
||||
ProtectionSessionLength = 'SessionLengthKey',
|
||||
KeyRecoveryUndecryptableItems = 'key_recovery_undecryptable',
|
||||
StorageEncryptionPolicy = 'storage_policy',
|
||||
WebSocketUrl = 'webSocket_url',
|
||||
UserRoles = 'user_roles',
|
||||
OfflineUserRoles = 'offline_user_roles',
|
||||
|
||||
@@ -7,13 +7,8 @@ export enum StoragePersistencePolicies {
|
||||
Ephemeral = 2,
|
||||
}
|
||||
|
||||
export enum StorageEncryptionPolicy {
|
||||
Default = 1,
|
||||
Disabled = 2,
|
||||
}
|
||||
|
||||
export enum StorageValueModes {
|
||||
/** Stored inside wrapped encrpyed storage object */
|
||||
/** Stored inside wrapped encrypted storage object */
|
||||
Default = 1,
|
||||
/** Stored outside storage object, unencrypted */
|
||||
Nonwrapped = 2,
|
||||
|
||||
Reference in New Issue
Block a user