isUnlocked
Determines if the Encryptor Extension is unlocked.
Usage
const isUnlocked = await encryptorExtension.isUnlocked();
Returns
Promise<boolean>
A promise that resolves to true if the Encryptor Extension is unlocked, otherwise false.
Determines if the Encryptor Extension is unlocked.
const isUnlocked = await encryptorExtension.isUnlocked();
Promise<boolean>
A promise that resolves to true if the Encryptor Extension is unlocked, otherwise false.