@orangecheck/me-client / webhook
Variable: webhook
const webhook: {
fetchJwks: (issuer: string) => Promise<void>;
verify: (rawBody: string | Uint8Array<ArrayBufferLike>, sigHex: string, kid: string, options: VerifyOptions) => Promise<VerifyResult>;
};
Defined in: me-client/src/webhook.ts:221
Type Declaration
| Name | Type | Default value | Defined in |
|---|---|---|---|
<a id="property-fetchjwks"></a> fetchJwks() | (issuer: string) => Promise<void> | fetchJwksForce | me-client/src/webhook.ts:221 |
<a id="property-verify"></a> verify() | (rawBody: string | Uint8Array<ArrayBufferLike>, sigHex: string, kid: string, options: VerifyOptions) => Promise<VerifyResult> | - | me-client/src/webhook.ts:221 |