Back to Jose

Interface: GenerateSecretOptions

docs/key/generate_secret/interfaces/GenerateSecretOptions.md

6.2.12581 B
Original Source

Interface: GenerateSecretOptions

šŸ’— 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.

Secret generation options.

Properties

extractable?

• optional extractable?: boolean

Whether the generated CryptoKey is extractable. Defaults to false; has no effect for A128CBC-HS256, A192CBC-HS384, and A256CBC-HS512, which return raw bytes.