We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a05e4d commit 126f976Copy full SHA for 126f976
1 file changed
packages/client/lib/__tests__/SdJwt.spec.ts
@@ -153,6 +153,7 @@ describe('sd-jwt vc', () => {
153
154
expect(credentials).toEqual({
155
notification_id: expect.any(String),
156
+ access_token: 'ey.val.ue',
157
c_nonce: 'new-c-nonce',
158
c_nonce_expires_in: 300,
159
credential: 'sd-jwt',
0 commit comments