Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You may navigate to ProofSpace Demo service by searching it in the App or by scanning the service QR with the Scan button in the bottom navigation bar.

Image RemovedImage Added

Description of calls

...

  • serviceDid: string; // public service DID, should be the same as in request

  • subscriberConnectDid: string; // connect DID, should be the same as in request

  • actionEventId: string; // event

  • issuedCredentials: WebhookCredentialValuesDTO[ ]; // array of issued credentials in case you want to issue them immediately.

  • revokedCredentials: [] // can be kept as an empty array

Note: the value fields values in WebhookCredentialValuesDTO[ ] should all be string. Actual value types will be casted on credential issue according to the credential schema attribute types.

...