dpopToken property
The DPoP JWT token that proves possession of the access token.
This is a signed JWT that includes:
- The HTTP method and URL being accessed
- A unique nonce to prevent replay attacks
- A timestamp showing when the token was created
- The public key corresponding to the private key used for signing
Implementation
final String dpopToken;