IJwtService.verify<T = Readonly<Record<string, unknown>>>(token: string): Promise<T>
Usage
import { type IJwtService } from "auth-plugin/src/index.ts";
IJwtService.verify<T = Readonly<Record<string, unknown>>>(token: string): Promise<T>
import { type IJwtService } from "auth-plugin/src/index.ts";