mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 05:27:57 -05:00
feat(INJI-202): hash uin/vid to store in mmkv and file storage (#780)
* feat(INJI-202): hash uin/vid to store in mmkv and file storage * feat(INJI-202): refactor to store salt in constants * feat(INJI-202): refactor argon2i salt and add function to get MMKV data * feat(INJI-202): refactor to get mkkv data method --------- Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
This commit is contained in:
@@ -17,6 +17,7 @@ export interface VC {
|
||||
walletBindingResponse?: WalletBindingResponse;
|
||||
credentialRegistry: string;
|
||||
isPinned?: boolean;
|
||||
hashedId: string;
|
||||
}
|
||||
|
||||
export interface VCSharingReason {
|
||||
|
||||
Reference in New Issue
Block a user