Skip to main content
Go to Latest
type alias JwtAlgorithm
import { type JwtAlgorithm } from "https://deno.land/x/darkflare@v5.0.0/jwt/mod.ts";
definition:
| "ES256"
| "ES384"
| "ES512"
| "HS256"
| "HS384"
| "HS512"
| "RS256"
| "RS384"
| "RS512"