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

x/hono/utils/jwt/types.ts>AlgorithmTypes

Fast, Lightweight, Web-standards
Very Popular
Go to Latest
enum AlgorithmTypes
import { AlgorithmTypes } from "https://deno.land/x/hono@v4.0.9/utils/jwt/types.ts";

Members

HS256 = "HS256"
HS384 = "HS384"
HS512 = "HS512"