Extracts and validates the DPoP JWT from request headers.
Request headers to inspect.
The DPoP JWT when present and well-formed, { valid: true } when absent, or { valid: false } when the header is malformed.
{ valid: true }
{ valid: false }
Extracts and validates the DPoP JWT from request headers.