Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jose/index.ts>UnsecuredResult

JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes.
Extremely Popular
Latest
interface UnsecuredResult
import { type UnsecuredResult } from "https://deno.land/x/jose@v5.6.3/index.ts";

Type Parameters

optional
PayloadType = JWTPayload

Properties

payload: PayloadType & JWTPayload
header: JWSHeaderParameters