Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

@reactor/connect — verificationkind

@reactor/connect


@reactor/connect / VerificationKind

VerificationKind = { header: string; kind: "hmac_sha256"; secret_field: string; } | { header: string; key_id_header?: string; kind: "ed25519"; } | { docs_url: string; kind: "custom"; }

Defined in: index.ts:105

Webhook verification kind.