PendingShare

data class PendingShare(val credentialId: String, val docType: String, val displayName: String, val portrait: ByteArray?, val requesterName: String?)

What is about to be shared.

Constructors

Link copied to clipboard
constructor(credentialId: String, docType: String, displayName: String, portrait: ByteArray?, requesterName: String?)

Properties

Link copied to clipboard

the wallet's id of the credential (as in com.wallet.model.CredentialSummary.id).

Link copied to clipboard

the name the wallet shows for it.

Link copied to clipboard

its mdoc doctype.

Link copied to clipboard

the credential's own photo (JPEG/PNG bytes), or null when it carries none.

Link copied to clipboard

the verified name of who is asking, or null for an unknown requester.