import { EncryptJWT } from "https://deno.land/x/jose@v5.9.6/jwt/encrypt.ts";
Sets the JWE Protected Header on the EncryptJWT object.
Parameters
protectedHeader: CompactJWEHeaderParameters
JWE Protected Header. Must contain an "alg" (JWE Algorithm) and "enc" (JWE Encryption Algorithm) properties.