UNPKG

@gw2me/client

Version:
8 lines (5 loc) 367 B
import { D as DPoPParams } from './types-yBP8cksw.js'; declare function generateDPoPKeyPair(): Promise<CryptoKeyPair>; declare function createDPoPJwt({ htm, htu, nonce, accessToken }: DPoPParams, keyPair: CryptoKeyPair): Promise<string>; declare function jwkThumbprint(key: CryptoKey): Promise<string>; export { createDPoPJwt, generateDPoPKeyPair, jwkThumbprint };