Presentations
Presentations Management
1. Send a Presentation
To send a presentation to another profile, use the sendPresentation
method. This method accepts a profileId
, a vp
object, and an optional encrypt
parameter.
2. Accept a Presentation
To accept a presentation, use the acceptPresentation
method. This method accepts a uri
parameter.
3. Get Received Presentations
To retrieve all received presentations, use the getReceivedPresentations
method. This method accepts an optional from
parameter.
4. Get Sent Presentations
To retrieve all sent presentations, use the getSentPresentations
method. This method accepts an optional to
parameter.
5. Get Incoming Presentations
To retrieve all incoming presentations, use the getIncomingPresentations
method. This method accepts an optional from
parameter.
6. Delete a Presentation
To delete a presentation, use the deletePresentation
method. This method accepts a uri
parameter.
Last updated