mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
[INJIMOB-1078] use credentialConfigurationId instead of credentialDefinition's type
To identify matching issuer metadata details exposed by wellknown of the VC, previously credentialDefinition's type was used now it is getting replaced by credentialConfigurationId (this holds the keyValues of credential_configrations_supported object) Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
This commit is contained in:
6
shared/error/UnsupportedVCFormat.ts
Normal file
6
shared/error/UnsupportedVCFormat.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export class UnsupportedVcFormat extends Error {
|
||||
constructor(format: string) {
|
||||
super(format);
|
||||
this.name = 'UnsupportedVcFormat';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user