There was an error while loading. Please reload this page.
const presentedSDJwt = await sdjwt.present(encodedSdjwt, presentationKeys);
{ data: { arr: ['value'] } } // The JSON Path of value 'value' is 'data.arr.0'
selectively disclosed encoded SD JWT string.
You can check the available presentationKeys by using presentableKeys method
presentableKeys
const keys = await sdjwt.presentableKeys(); // return string[]