Interfaces · @purista/core

SecretStore

Interface definition for a secret store implementation

Signature

SecretStore.ts typescript
interface SecretStore

Properties

4 entries

getSecret

Property

Source
getSecret.ts typescript
getSecret: SecretGetterFunction

get a secret

name

Property

Source
name.ts typescript
name: string

name of store

removeSecret

Property

Source
removeSecret.ts typescript
removeSecret: SecretDeleteFunction

delete a secret

setSecret

Property

Source
setSecret.ts typescript
setSecret: SecretSetterFunction

set a secret

Methods

1 entry

destroy

Method

Source
destroy.ts typescript
destroy(): Promise<void>

disconnects and shuts down the secret store