You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_IMPORTANT the packages are still in an early development stage, which means that breaking changes are to be expected_
10
+
_IMPORTANT the packages are still in an early development stage, which means that breaking changes are to be expected The current branch only supports OID4VCI draft v15, for draft v13 and lower use branch archive/draft-v13-support_
Copy file name to clipboardExpand all lines: packages/oid4vci-common/lib/types/Generic.types.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ export interface ImageInfo {
29
29
[key: string]: unknown
30
30
}
31
31
32
-
exporttypeOID4VCICredentialFormat='jwt_vc_json'|'jwt_vc_json-ld'|'ldp_vc'|'dc+sd-jwt'|'vc+sd-jwt'|'jwt_vc'|'mso_mdoc'// jwt_vc & vc+sd-jwt are added for backwards compat TODO SSISDK-36
32
+
exporttypeOID4VCICredentialFormat='jwt_vc_json'|'jwt_vc_json-ld'|'ldp_vc'|'dc+sd-jwt'|/*'vc+sd-jwt' |*/'jwt_vc'|'mso_mdoc'// jwt_vc & vc+sd-jwt are added for backwards compat TODO SSISDK-36
0 commit comments