enum AlgorithmTypesimport { AlgorithmTypes } from "https://deno.land/x/hono@v4.2.2/utils/jwt/jwa.ts"; MembersEdDSA = "EdDSA"ES256 = "ES256"ES384 = "ES384"ES512 = "ES512"HS256 = "HS256"HS384 = "HS384"HS512 = "HS512"PS256 = "PS256"PS384 = "PS384"PS512 = "PS512"RS256 = "RS256"RS384 = "RS384"RS512 = "RS512"