Package the Credentials as Presentation for the Selective Disclosure Request
Verifiable expression refers to a data set containing a subset of verifiable credentials and countersign of an entity, which is used to show its identity to a third party.
Verifiable expression can also be an empty expression entity without verifiable credential.
Example
Usage
Presentation can be generated through the above two methods, with different ways of Credential importing. The former is imported as a variable parameter, while the latter is imported as an array.
id is the ID of Presentation; holder is the holder of Presentation; nonce is a random value used by the signing; realm indicates the applicable domain and address of the presentation; signkey is the Authentication Key used by the holder of the Presentation to sign and encapsulate the Presentation; count is the number of imported Credentials.
Last updated