Credentials
Credentials Management
1. Send a Credential
To send a credential to another profile, use the sendCredential
method. This method accepts a profileId
, a vc
object (which can be an UnsignedVC
or VC
), and an optional encrypt
parameter.
2. Accept a Credential
To accept a credential, use the acceptCredential
method. This method accepts a uri
parameter.
3. Get Received Credentials
To retrieve all received credentials, use the getReceivedCredentials
method. This method accepts an optional from
parameter.
4. Get Sent Credentials
To retrieve all sent credentials, use the getSentCredentials
method. This method accepts an optional to
parameter.
5. Get Incoming Credentials
To retrieve all incoming credentials, use the getIncomingCredentials
method. This method accepts an optional from
parameter.
6. Delete a Credential
To delete a credential, use the deleteCredential
method. This method accepts a uri
parameter.
Last updated