Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
enum CryptoKeyUsage
import { CryptoKeyUsage } from "https://deno.land/x/hono@v4.2.1/utils/jwt/types.ts";

Members

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