Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / SecretsStoreKind

Type Alias: SecretsStoreKind

ts
type SecretsStoreKind = "auto" | "keyring" | "encrypted-file" | "env" | "memory";

Defined in: packages/security/src/secrets/factory.ts:34

Identifier of a SecretsStore kind. Used by createSecretsStore(...), the headless detector, and the status reporter.

Stable