ConsentData

data class ConsentData(val document: Document, val request: Request, val trustPoint: TrustPoint?)

Data to include in the consent prompt.

Constructors

Link copied to clipboard
constructor(document: Document, request: Request, trustPoint: TrustPoint?)

Properties

Link copied to clipboard

the document being presented

Link copied to clipboard

the request, including who made the request.

Link copied to clipboard

a TrustPoint if the requester is trusted, null otherwise