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://dotland.deno.dev/x/djwt@v3.0.0/algorithm.ts";
definition:
| "HS256"
| "HS384"
| "HS512"
| "PS256"
| "PS384"
| "PS512"
| "RS256"
| "RS384"
| "RS512"
| "ES256"
| "ES384"
| "none"