1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
# Interface: GenerateSecretOptions
[💗 Help the project](https://github.com/sponsors/panva)
## Table of contents
### Properties
- [extractable](key_generate_secret.GenerateSecretOptions.md#extractable)
## Properties
### extractable
• `Optional` **extractable**: `boolean`
(Web Cryptography API specific) The value to use as
[SubtleCrypto.generateKey()](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/generateKey)
`extractable` argument. Default is false.
|