Skip to main content
Module

x/getting_started_with_deno_jwt_auth/mod.ts>Algorithm

Package used for jwt-auth on the Getting Started With Deno book by PacktPub
Latest
type alias Algorithm
Re-export
import { type Algorithm } from "https://deno.land/x/getting_started_with_deno_jwt_auth@v0.0.6/mod.ts";
definition:
| "none"
| "HS256"
| "HS512"
| "RS256"