@bn2me/client
Version:
bn2.me client library
8 lines (5 loc) • 367 B
TypeScript
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 };