Interface: DPoPHandle
February 18, 2025 ยท View on GitHub
Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.
DPoP handle to use for requesting a sender-constrained access token. Obtained from getDPoPHandle
See
RFC 9449 - OAuth 2.0 Demonstrating Proof of Possession (DPoP)
Methods
calculateThumbprint()
โธ calculateThumbprint(): Promise<string>
Calculates the JWK Thumbprint of the DPoP public key using the SHA-256 hash function for use as
the optional dpop_jkt authorization request parameter.
Returns
Promise<string>
See
RFC 9449 - OAuth 2.0 Demonstrating Proof-of-Possession at the Application Layer (DPoP)