import { EncryptJWT } from "https://deno.land/x/jose@v4.14.1/jwt/encrypt.ts";
Encrypts and returns the JWT.
Parameters
key: KeyLike | Uint8Array
Public Key or Secret to encrypt the JWT with. See Algorithm Key Requirements.
optional
options: EncryptOptionsJWE Encryption options.