Interfaces · @purista/core

SecretStore

Interface definition for a secret store implementation

Signature

SecretStore.tstypescript
interface SecretStore

Properties

4 entries

getSecret

Property

Source
getSecret.tstypescript
getSecret: SecretGetterFunction

get a secret

name

Property

Source
name.tstypescript
name: string

name of store

removeSecret

Property

Source
removeSecret.tstypescript
removeSecret: SecretDeleteFunction

delete a secret

setSecret

Property

Source
setSecret.tstypescript
setSecret: SecretSetterFunction

set a secret

Methods

1 entry

destroy

Method

Source
destroy.tstypescript
destroy(): Promise<void>

disconnects and shuts down the secret store