function signature changed to
function DPoP(keypair: CryptoKeyPair, alg: string, htu: string, htm: string, accessToken?: string, additional?: object) => Promise<string>;
to accommodate for the optional resource access ath (hash of the access token) claim.