We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 735e56d commit dfb2280Copy full SHA for dfb2280
1 file changed
packages/client/lib/OpenID4VCIClient.ts
@@ -24,13 +24,6 @@ import {
24
toAuthorizationResponsePayload,
25
} from '@sphereon/oid4vci-common';
26
import { CredentialFormat } from '@sphereon/ssi-types';
27
-import { jwk } from '@transmute/did-key.js'
28
-import * as console from 'console'
29
30
31
32
33
-import debug from 'debug'
34
import Debug from 'debug';
35
36
import { AccessTokenClient } from './AccessTokenClient';
0 commit comments