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

@orangecheck/me-client


@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

NameTypeDefault valueDefined in
<a id="property-fetchjwks"></a> fetchJwks()(issuer: string) => Promise&lt;void>fetchJwksForceme-client/src/webhook.ts:221
<a id="property-verify"></a> verify()(rawBody: string | Uint8Array&lt;ArrayBufferLike>, sigHex: string, kid: string, options: VerifyOptions) => Promise&lt;VerifyResult>-me-client/src/webhook.ts:221