We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b1d576 commit 4e86fcaCopy full SHA for 4e86fca
1 file changed
packages/client/lib/__tests__/IT.spec.ts
@@ -271,10 +271,6 @@ describe('OID4VCI-Client should', () => {
271
.withTokenFromResponse(accessTokenResponse.successBody!)
272
.build();
273
274
- //TS2322: Type '(args: ProofOfPossessionCallbackArgs) => Promise<string>'
275
- // is not assignable to type 'ProofOfPossessionCallback'.
276
- // Types of parameters 'args' and 'args' are incompatible.
277
- // Property 'kid' is missing in type '{ header: unknown; payload: unknown; }' but required in type 'ProofOfPossessionCallbackArgs'.
278
const proof: ProofOfPossession = await ProofOfPossessionBuilder.fromJwt({
279
jwt: jwtDid,
280
callbacks: {
0 commit comments