Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.16 KB

DPoPHandle.md

File metadata and controls

31 lines (17 loc) · 1.16 KB

Interface: DPoPHandle

💗 Help the project

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)