Interface: KeyImportOptions
September 5, 2026 ยท View on GitHub
๐ Help the project
Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.
Key import options.
Properties
extractable?
โข optional extractable?: boolean
Whether the imported CryptoKey is extractable. Overrides JWK "ext" when set. Without either, defaults to false for private keys, true otherwise.