mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 13:38:01 -05:00
* [INJIMOB-3390] update OpenID4VP.ts to accomodate new library changes Changes include - moving walletMetadat to oVP class instantiation rather than authenticateVerifier - use walletMetadata with enums rather than strings Signed-off-by: KiruthikaJeyashankar <kiruthikavjshankar@gmail.com> * [INJIMOB-3388]: update ovp bridge layer with the library contract change Signed-off-by: Alka <prasadalka1998@gmail.com> * [INJIMOB-3390] refactor: OVP instance with configured walletMetadata To maintain singleton pattern and accommodate async pattern to get walletMetadata from config, getInstance in OpenID4VP.ts is modified to private method which will be called by any flow's method like authenticateVerifier, etc Other changes: - rename walletMetadata to fallbackWalletMetadata.ts Signed-off-by: KiruthikaJeyashankar <kiruthikavjshankar@gmail.com> * [INJIMOB-3390] fix: send walletMetadata vpFormats with mdoc for ios Signed-off-by: KiruthikaJeyashankar <kiruthikavjshankar@gmail.com> * [INJIMOB-3390] refactor: use fromValue from lib exposed enums Signed-off-by: KiruthikaJeyashankar <kiruthikavjshankar@gmail.com> * [INJIMOB-3390] chore: upgrade inji-openid4vp-ios-swift to latest develop Signed-off-by: KiruthikaJeyashankar <kiruthikavjshankar@gmail.com> * [INJIMOB-3390] fix: openid4vp lib update in pbxproj Signed-off-by: KiruthikaJeyashankar <kiruthikavjshankar@gmail.com> --------- Signed-off-by: KiruthikaJeyashankar <kiruthikavjshankar@gmail.com> Signed-off-by: Alka <prasadalka1998@gmail.com> Co-authored-by: Alka <prasadalka1998@gmail.com>