Parameters required to generate DPoP headers for custom API requests. These headers cryptographically bind the access token to the specific HTTP request.
The full URL of the API endpoint being called.
The HTTP method of the request (e.g., 'GET', 'POST').
The access token to bind to the request.
The type of the token (should be 'DPoP' when DPoP is enabled).
Optional
Optional nonce value
Parameters required to generate DPoP headers for custom API requests. These headers cryptographically bind the access token to the specific HTTP request.