Receive updates about your credentials
getCredential()
. This functionality is especially crucial when the issuer opts for delegated storage; without catching the webhook, the credential could be lost, as there would be no subsequent retrieval.credential.creation.succeeded
Will be emitted when the credential creation process is complete.
The issued credential, credential pass, and encryption key will be contained in the data.credential
field, data.pass
field, and data.secret
field, respectively.
In case of encrypted credential templates, the issued credential returned will be encrypted.
credential.creation.failed
Will be emitted when the credential creation process fails. The error will be contained in the data.error
field.