tests: vault locking (#2394)
This commit is contained in:
@@ -52,4 +52,8 @@ export class KeySystemRootKey extends DecryptedItem<KeySystemRootKeyContent> imp
|
||||
override get shared_vault_uuid(): undefined {
|
||||
return undefined
|
||||
}
|
||||
|
||||
isEqual(other: KeySystemRootKeyInterface): boolean {
|
||||
return this.itemsKey === other.itemsKey && this.token === other.token
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,4 +35,6 @@ export interface KeySystemRootKeyInterface extends DecryptedItemInterface<KeySys
|
||||
*/
|
||||
get key_system_identifier(): undefined
|
||||
get shared_vault_uuid(): undefined
|
||||
|
||||
isEqual(other: KeySystemRootKeyInterface): boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user