There was an error while loading. Please reload this page.
const encodedSdjwt = await sdjwt.issue(claims, privateKey, disclosureFrame, options);
options?: { sign_alg?: string; // sign algorithm hash_alg?: string; // hash algorithm kb?: { alg: string; // sign algorithm to key binding JWT payload: kbPayload; // key binding payload privateKey: Uint8Array | KeyLike; // private key to sign key binding JWT }; },
encoded SDJWT string