deno.land / x / deno@v1.28.2 / cli / bench / testdata / npm / hono / dist / utils / jwt / jwt.d.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
import { AlgorithmTypes } from './types';export declare const sign: (payload: unknown, secret: string, alg?: AlgorithmTypes) => Promise<string>;export declare const verify: (token: string, secret: string, alg?: AlgorithmTypes) => Promise<boolean>;export declare const decode: (token: string) => { header: any; payload: any;};
deno

Version Info

Tagged at
2 years ago