Type Alias: GenerateKeyOptions ​
GenerateKeyOptions =
object
Defined in: interface.ts:37
Options for generating a key.
Properties ​
setActive? ​
optionalsetActive?:boolean
Defined in: interface.ts:39
Whether to set the generated key as the active key. Defaults to false.
tags? ​
optionaltags?:Record<string,string>
Defined in: interface.ts:41
Metadata tags to associate with the key.