···1515 * create a DPoP proof to prove you possess the key for the claimed jkt.
1616 *
1717 * @param htu origin and pathname to your backend
1818+ * @param nonce optional DPoP nonce from the server
1819 * @returns DPoP proof that can be included in the assertion
1920 */
2020- createDpopProof: (htu: string) => Promise<string>;
2121+ createDpopProof: (htu: string, nonce?: string) => Promise<string>;
2122}
22232324export type ClientAssertionFetcher = (