Skip to content

Neon.Credential reference

Source: src/Neon/Credential.ts

A customer-managed branch service credential. Credentials authorize their branch and descendants, not individual buckets. Reconciliation reveals existing secrets; it never rotates a credential. Unrecoverable legacy secrets require explicit action.

const credential = yield* Neon.Credential("Reader", {
branch,
scopes: ["storage:read"],
});