ConsentDocument

data class ConsentDocument(val name: String, val description: String, val cardArt: ByteArray)

Details with the document that is being presented in the consent dialog.

Constructors

Link copied to clipboard
constructor(name: String, description: String, cardArt: ByteArray)

Properties

Link copied to clipboard

the card art for the document

Link copied to clipboard

the description e.g. "Driving License" or "Government-Issued ID"

Link copied to clipboard

the name of the document e.g. "Erika's Driving License"