import { type PrivateKey } from "https://deno.land/x/oauth4webapi@v2.1.0/mod.ts";
Interface to pass an asymmetric private key and, optionally, its associated JWK Key ID to be
added as a kid
JOSE Header Parameter.
Properties
key: CryptoKey
An asymmetric private CryptoKey.
Its algorithm must be compatible with a supported JWS alg
Algorithm.