There was an error while loading. Please reload this page.
const verified = await sdjwt.verify(encodedSdjwt, publicKey, requiredClaimKeys, options);
{ data: { arr: ['value'] } } // The JSON Path of value 'value' is 'data.arr.0'
options?: { kb?: { publicKey: Uint8Array | KeyLike; // public key for validate key binding JWT }; },
You can check all JSON Path by keys method
keys
const keys = await sdjwt.keys(encodedSdjwt); // return all JSON Path keys in claims [string[]]