📄️ Authenticate
Iden3comm is the protocol that defines the set of rules and syntax of the data that needs to be communicated while interacting with an Issuer and a Verifier.
📄️ Fetch and Save
An Integrator can fetch credentials stored on an Issuer and then save them in his/her wallet.
📄️ Get Proofs
The getProofs() function uses identity to generate the zero-knowledge proofs requested by the Iden3Message Entity.
📄️ Get Iden3 Message
All communication between SDK and Issuer/Verifier is done through an Iden3MessageEntity.
📄️ Get Schemas
Get the schemas from an Iden3MessageEntity.
📄️ Get Filters
Returns a list of FilterEntity from an Iden3comm message.
📄️ Get Claims from Iden3 Message
Get a list of ClaimEntity stored in Polygon ID Sdk that fulfills the request from iden3comm message.
📄️ Get Claims Revocation Nonce from Iden3 Message
Get a list of revocation nonces of claims stored in Polygon ID Sdk that fulfill the request from iden3comm message.
📄️ Get Interactions
Get a list of `InteractionEntity` associated to the identity previously stored in the the Polygon ID Sdk.
📄️ Add Interaction
Save an InteractionBaseEntity in the Polygon ID Sdk.
📄️ Remove Interaction
Remove a list of InteractionEntity from the Polygon ID SDK by their IDs.
📄️ Update Interaction
Update the states of an InteractionBaseEntity in the Polygon ID SDK.
📄️ Clean Schema Cache
Clean the schema cache.
📄️ Add DID Profile Info
Add info about a DID we interacted with.
📄️ Get DID Profile Info
Get info about a DID we interacted with.
📄️ Get DID Profile Info List
Get info about a list of DIDs we interacted with.