TransferHelper
Transfer Helper provides helper functions for starting to process a presentation request, as well as finishing processing the request to get response bytes to send to requesting party (after user has accepted one or more dialog prompts)
Constructors
Types
Builder class returning a new TransferHelper instance with a new deviceRetrievalHelper object.
Functions
Finish processing the request and produce response bytes to be sent to requesting party. This is called once the user accepted various prompts (ie. immediately after the consent prompt,
Send response bytes of credential data to requesting party
Start processing the presentation request and return a PresentationRequestData object that is used in finishProcessingRequest() to generate response bytes to send to requesting party.