For the complete documentation index, see llms.txt. This page is also available as Markdown.

isLocked

Determines if the Encryptor Extension is locked.

Usage

const isLocked = await encryptorExtension.isLocked();

Returns

Promise<boolean>

A promise that resolves to true if the Encryptor Extension is locked, otherwise false.

Last updated