Skip to main content
Module

x/djwt/algorithm.ts>Algorithm

Create and verify JSON Web Tokens (JWT) with Deno or the browser.
Very Popular
Go to Latest
type alias Algorithm
import { type Algorithm } from "https://deno.land/x/djwt@v2.8/algorithm.ts";
definition:
| "HS256"
| "HS384"
| "HS512"
| "PS256"
| "PS384"
| "PS512"
| "RS256"
| "RS384"
| "RS512"
| "ES256"
| "ES384"
| "none"