type alias Algorithmimport { type Algorithm } from "https://deno.land/x/djwt@v2.9/algorithm.ts"; definition: | "HS256" | "HS384" | "HS512" | "PS256" | "PS384" | "PS512" | "RS256" | "RS384" | "RS512" | "ES256" | "ES384" | "none"