Skip to main content
Module

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

Ultrafast web framework for Cloudflare Workers, Deno, and Bun. Fast, but not only fast.
Extremely Popular
Go to Latest
enum AlgorithmTypes
import { AlgorithmTypes } from "https://deno.land/x/hono@v2.2.3/utils/jwt/types.ts";

Members

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