interface DPoPOptions
implements CryptoKeyPair
import { type DPoPOptions } from "https://deno.land/x/oauth4webapi@v2.8.0/mod.ts";
Properties
privateKey: CryptoKey
Private CryptoKey instance to sign the DPoP Proof JWT with.
Its algorithm must be compatible with a supported JWS alg
Algorithm.
publicKey: CryptoKey
The public key corresponding to DPoPOptions.privateKey.