Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dtils/jwt.ts>JwtProducer#verify

The best unofficial library of utilities for Deno applications
Go to Latest
method JwtProducer.prototype.verify
import { JwtProducer } from "https://deno.land/x/dtils@2.0.0/jwt.ts";

Parameters

token: string

Returns

Promise<T | null>