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

x/dtils/deps.ts>jwtCore.Header

The best unofficial library of utilities for Deno applications
Go to Latest
interface jwtCore.Header
import { type jwtCore } from "https://deno.land/x/dtils@2.5.0/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