IO Wallet SDK
    Preparing search index...

    Function extractDpopJwtFromHeaders

    • Extracts and validates the DPoP JWT from request headers.

      Parameters

      • headers: Headers

        Request headers to inspect.

      Returns { dpopJwt?: string; valid: true } | { valid: false }

      The DPoP JWT when present and well-formed, { valid: true } when absent, or { valid: false } when the header is malformed.