We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db2c63 commit e669909Copy full SHA for e669909
1 file changed
packages/client/lib/__tests__/IT.spec.ts
@@ -335,10 +335,6 @@ describe('OID4VCI-Client should', () => {
335
.withTokenFromResponse(accessTokenResponse.successBody!)
336
.build();
337
338
- //TS2322: Type '(args: ProofOfPossessionCallbackArgs) => Promise<string>'
339
- // is not assignable to type 'ProofOfPossessionCallback'.
340
- // Types of parameters 'args' and 'args' are incompatible.
341
- // Property 'kid' is missing in type '{ header: unknown; payload: unknown; }' but required in type 'ProofOfPossessionCallbackArgs'.
342
const proof: ProofOfPossession = await ProofOfPossessionBuilder.fromJwt({
343
jwt: jwtDid,
344
callbacks: {
0 commit comments