Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dtils/deps.ts>jwtCore.Header

The best unofficial library of utilities for Deno applications
Latest
interface jwtCore.Header
import { type jwtCore } from "https://deno.land/x/dtils@2.6.1/deps.ts";
const { Header } = jwtCore;

JWS §4.1.1: The "alg" value is a case-sensitive ASCII string containing a StringOrURI value. This Header Parameter MUST be present and MUST be understood and processed by implementations.

Index Signatures

[key: string]: unknown