We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd384c9 commit 9db2c63Copy full SHA for 9db2c63
1 file changed
packages/client/lib/__tests__/IT.spec.ts
@@ -442,10 +442,6 @@ describe('OIDVCI-Client for v1_0_13 should', () => {
442
.withTokenFromResponse(accessTokenResponse.successBody!)
443
.build();
444
445
- //TS2322: Type '(args: ProofOfPossessionCallbackArgs) => Promise<string>'
446
- // is not assignable to type 'ProofOfPossessionCallback'.
447
- // Types of parameters 'args' and 'args' are incompatible.
448
- // Property 'kid' is missing in type '{ header: unknown; payload: unknown; }' but required in type 'ProofOfPossessionCallbackArgs'.
449
const proof: ProofOfPossession = await ProofOfPossessionBuilder.fromJwt({
450
jwt: jwtWithoutDid,
451
callbacks: {
0 commit comments