deno.land / x / oauth4webapi@v1.2.2 / docs / interfaces / DPoPOptions.md
• 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 privateKey.
• Optional
nonce: string
Server-Provided Nonce to use in the request. This option serves as an override in case the self-correcting mechanism does not work with a particular server. Previously received nonces will be used automatically.
Version Info