UNPKG

cf-auth0

Version:

🔐 Auth0 Client on Cloudflare Pages

3 lines (2 loc) 176 B
import type { KeyObject } from 'node:crypto'; export declare const jwsVerify: (jwsSig: string, algorithm: string, secretOrKey: CryptoKey | KeyObject | string) => Promise<any>;