wwWallet core documentation
    Preparing search index...
    • Generates a DPoP proof JWT bound to HTTP method, URL, and optional access token hash.

      Proof of possession constrains token use to the holder key and target request.

      • RFC 9449 (OAuth 2.0 Demonstrating Proof-of-Possession at the Application Layer (DPoP)) Section 4, DPoP proof JWT
      • RFC 9449 (OAuth 2.0 Demonstrating Proof-of-Possession at the Application Layer (DPoP)) Section 4.2, required claims and ath
      • RFC 9449 (OAuth 2.0 Demonstrating Proof-of-Possession at the Application Layer (DPoP)) Section 7, DPoP usage at token endpoint

      Parameters

      Returns Promise<{ dpop: string }>