📄️ Create Identity
Create an identity using the SDK.
📄️ Check Identity Validity
Checks the identity validity from a secret.
📄️ Get Private Key
Get the identity private key from a secret.
📄️ Get Identity
We can get an identity stored on the SDK using getIdentity() function.
📄️ Get Identities
We can get a list of public information about all the identities stored on the SDK using getIdentities() function.
📄️ Backup Identity
Backup Identity method backs up the identity stored on SDK.
📄️ Get DID Identifier
Get DID Identifier function returns an identifier.
📄️ Get DID Entity
Get the Did Entity.
📄️ Get Identity State
The getState() function returns the present state of an identity.
📄️ Sign Message
In the Polygon ID SDK, a message can be signed using the sign() function.
📄️ Remove Identity
In the Polygon ID SDK, an identity is removed using removeIdentity() method.
📄️ Restore Identity
Restoring an Identity can be done using an identity backup and the secret used to create the identity.