Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/hono/utils/jwt/types.ts>CryptoKeyUsage

Web Framework built on Web Standards
Extremely Popular
Latest
enum CryptoKeyUsage
import { CryptoKeyUsage } from "https://deno.land/x/hono@v4.3.11/utils/jwt/types.ts";

Members

Decrypt = "decrypt"
DeriveBits = "deriveBits"
DeriveKey = "deriveKey"
Encrypt = "encrypt"
Sign = "sign"
UnwrapKey = "unwrapKey"
Verify = "verify"
WrapKey = "wrapKey"