Identity Hub (MVD): proof
Field Missing After Storing Verifiable Credential
#703
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
yes, because only the "rawVc" will contain proof information (LD and JWT)
yes, but only in the "rawVc" field
no
no to be clear, the However, we generally recommend using JWT-VCs, because the are faster to de- and encode and generally easier to handle. |
Beta Was this translation helpful? Give feedback.
yes, because only the "rawVc" will contain proof information (LD and JWT)
yes, but only in the "rawVc" field
no
no
to be clear, the
rawVc
field contains the VC as issued by the issuer, whether that be LD or JWT. the other fields are just metadata in a unified form.However, we generally recommend using JWT-VCs, because the are faster to de- and encode and generally easier t…