live · mainnetoc · docs
specs · api · guides
docs / documentation

@orangecheck/me-client


@orangecheck/me-client / VerifyOptions

Interface: VerifyOptions

Defined in: me-client/src/webhook.ts:46

Properties

PropertyTypeDescriptionDefined in
<a id="property-issuer"></a> issuer?stringOverride the auth host issuer. Defaults to https://ochk.io.me-client/src/webhook.ts:48
<a id="property-jwk"></a> jwk?OcPublicJwkPass 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?numberJWKS 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