@orangecheck/me-client / VerifyOptions
Interface: VerifyOptions
Defined in: me-client/src/webhook.ts:46
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-issuer"></a> issuer? | string | Override the auth host issuer. Defaults to https://ochk.io. | me-client/src/webhook.ts:48 |
<a id="property-jwk"></a> jwk? | OcPublicJwk | Pass a JWK directly to skip the network fetch entirely. Useful for tests, edge runtimes that can't fetch, or integrators that ship the public key alongside their webhook handler. | me-client/src/webhook.ts:52 |
<a id="property-jwkscachettlms"></a> jwksCacheTtlMs? | number | JWKS cache TTL in ms. Defaults to 1 hour. Stale-on-error: a transient JWKS outage falls back to the previous cached value rather than rejecting every webhook. | me-client/src/webhook.ts:56 |