import { EncryptJWT } from "https://dotland.deno.dev/x/jose@v5.9.6/index.ts";
Encrypts and returns the JWT.
Parameters
key: KeyLike | Uint8Array
Public Key or Secret to encrypt the JWT with. See Algorithm Key Requirements.
import { EncryptJWT } from "https://dotland.deno.dev/x/jose@v5.9.6/index.ts";
Encrypts and returns the JWT.
Public Key or Secret to encrypt the JWT with. See Algorithm Key Requirements.