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
{{ message }}
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
For some workflows, requesting and generating the claim is done externally from the core mobile library. Identity object from the library contains a claimDB object that only has getter methods to get the info as json or to iterate through all the claims, but no setters to add a claim received from external service. We need to add the claim to the identity for being able to generate the zkproof with the identity.
The text was updated successfully, but these errors were encountered:
For some workflows, requesting and generating the claim is done externally from the core mobile library. Identity object from the library contains a claimDB object that only has getter methods to get the info as json or to iterate through all the claims, but no setters to add a claim received from external service. We need to add the claim to the identity for being able to generate the zkproof with the identity.
The text was updated successfully, but these errors were encountered: