deno.land / x / oauth4webapi@v1.2.2 / docs / interfaces / DPoPOptions.md

DPoPOptions.md

Interface: DPoPOptions

💗 Help the project

Table of contents

Properties

Properties

privateKey

• privateKey: CryptoKey

Private CryptoKey instance to sign the DPoP Proof JWT with.

Its algorithm must be compatible with a supported JWS alg Algorithm.


publicKey

• publicKey: CryptoKey

The public key corresponding to privateKey.


nonce

• 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.

oauth4webapi

Version Info

Tagged at
2 years ago