Interfaces · @purista/core
SecretStore
Interface definition for a secret store implementation
Signature
interface SecretStoreProperties
4 entries
getSecret
Property
getSecret: SecretGetterFunctionget a secret
name
Property
name: stringname of store
removeSecret
Property
removeSecret: SecretDeleteFunctiondelete a secret
setSecret
Property
setSecret: SecretSetterFunctionset a secret
Methods
1 entry
destroy
Method
destroy(): Promise<void>disconnects and shuts down the secret store