We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9513525 commit 3428567Copy full SHA for 3428567
1 file changed
packages/client/lib/__tests__/SdJwt.spec.ts
@@ -151,6 +151,9 @@ describe('sd-jwt vc', () => {
151
.reply(200, async (_, body) =>
152
vcIssuer.issueCredential({
153
credentialRequest: { ...(body as any), credential_identifier: 'SdJwtCredential' },
154
+ issuerCorrelation: {
155
+ preAuthorizedCode: '123'
156
+ },
157
credential: {
158
vct: 'Hello',
159
iss: 'did:example:123',
@@ -259,6 +262,9 @@ describe('sd-jwt vc', () => {
259
262
260
263
261
264
credentialRequest: { ...(body as any), credential_identifier: offered.vct },
265
266
267
268
269
270
iss: 'example.com',
0 commit comments