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