UNPKG

@bn2me/client

Version:
8 lines (5 loc) 367 B
import { D as DPoPParams } from './types-DhWGU22V.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 };