There was an error while loading. Please reload this page.
2 parents 3fb55be + 4237b09 commit 9f132c4Copy full SHA for 9f132c4
2 files changed
.changeset/tall-pianos-hide.md
@@ -1,5 +1,7 @@
1
---
2
"@openid4vc/oauth2": patch
3
+"@openid4vc/openid4vci": patch
4
5
6
Remove exp field from wallet attestation JWT payload schema
7
+Export CreateCredentialResponseOptions type
packages/openid4vci/src/index.ts
@@ -12,6 +12,10 @@ export {
12
type GetCredentialConfigurationsMatchingRequestFormatOptions,
13
getCredentialConfigurationsMatchingRequestFormat,
14
} from './credential-request/credential-request-configurations'
15
+export type {
16
+ CreateCredentialResponseOptions,
17
+ CreateCredentialResponseReturn,
18
+} from './credential-request/credential-response'
19
export type { ParseCredentialRequestReturn } from './credential-request/parse-credential-request'
20
export type {
21
RetrieveCredentialsResponseNotOk,
0 commit comments