Interfaces · @purista/core
SecretStore
Interface definition for a secret store implementation
Signature
interface SecretStore Properties
4 entries
getSecret
Property
getSecret: SecretGetterFunction get a secret
name
Property
name: string name of store
removeSecret
Property
removeSecret: SecretDeleteFunction delete a secret
setSecret
Property
setSecret: SecretSetterFunction set a secret
Methods
1 entry
destroy
Method
destroy(): Promise<void> disconnects and shuts down the secret store