Skip to content

SecretsStoreSecret

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:9504

get(): Promise<string>

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:9509

Get a secret from the Secrets Store, returning a string of the secret value if it exists, or throws an error if it does not exist

Promise<string>