You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After draft 13 and the removal of batch endpoint, Credential endpoint was updated to receive either a single proof (of possession) or multiple proofs. In the later case, multiple credentials (single credential_configuration_id, same dataset, different device keys) should be returned to the response.
Add a new attribute to issuer's metadata named batch_credential_issuance. Attribute is optional and contains a single attribute batch_size which is required. Details
Change Credential Request to contain either a proof or a proofs attribute (not both). Details
Simplify the internal hierarchy that represents a credential request. The Single and Batch instances are no longer needed.
Change the issuance interface to allow caller to pass one or more PopSigner
In the later case, check metadata batch_credential_issuance
The text was updated successfully, but these errors were encountered:
After draft 13 and the removal of batch endpoint, Credential endpoint was updated to receive either a single proof (of possession) or multiple proofs. In the later case, multiple credentials (single
credential_configuration_id
, same dataset, different device keys) should be returned to the response.batch_credential_issuance
. Attribute is optional and contains a single attributebatch_size
which is required. Detailsproof
or aproofs
attribute (not both). DetailsSingle
andBatch
instances are no longer needed.PopSigner
batch_credential_issuance
The text was updated successfully, but these errors were encountered: