Credentials
Credentials Management
Last updated
Was this helpful?
Credentials Management
Last updated
Was this helpful?
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.
To accept a credential, use the acceptCredential
method. This method accepts a uri
parameter.
To retrieve all received credentials, use the getReceivedCredentials
method. This method accepts an optional from
parameter.
To retrieve all sent credentials, use the getSentCredentials
method. This method accepts an optional to
parameter.
To retrieve all incoming credentials, use the getIncomingCredentials
method. This method accepts an optional from
parameter.
To delete a credential, use the deleteCredential
method. This method accepts a uri
parameter.