Skip to content

Commit 02e1e4e

Browse files
committed
chore: disabled vc+sd-jwt for now
1 parent 47af77f commit 02e1e4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/oid4vci-common/lib/types/Generic.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export interface ImageInfo {
2929
[key: string]: unknown
3030
}
3131

32-
export type OID4VCICredentialFormat = '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+
export type OID4VCICredentialFormat = '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
3333

3434
export const supportedOID4VCICredentialFormat: readonly (OID4VCICredentialFormat | string)[] = [
3535
'jwt_vc_json',

0 commit comments

Comments
 (0)