Creates a signed Token DPoP with the given cryptographic material and data. It is used to create DPoP proofs for token requests and credential requests.
CreateTokenDPoPOptions
A Promise that resolves with an object containing the signed DPoP JWT and its corresponding public JWK
CreateTokenDPoPError in case neither a default jti nor a generateRandom callback have been provided or the signJwt callback throws
Creates a signed Token DPoP with the given cryptographic material and data. It is used to create DPoP proofs for token requests and credential requests.