PresentationRequestData

data class PresentationRequestData(val document: Document, val documentRequest: DocumentRequest, val docType: String, val trustPoint: TrustPoint?)

Contains data produced after starting to process a Presentation request. The user is then faced with one or more prompts (consent, biometric, etc..) and upon accepting them, this PresentationRequestData object is used to finish processing the request and ultimately produce the response data to send to the party who initiated the Presentation.

Constructors

Link copied to clipboard
constructor(document: Document, documentRequest: DocumentRequest, docType: String, trustPoint: TrustPoint?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard