OfferPreview

data class OfferPreview(val issuerName: String, val issuerUrl: String, val credentialName: String, val docType: String?)

What a scanned credential offer is for, shown before the holder accepts it (nothing is redeemed).

Constructors

Link copied to clipboard
constructor(issuerName: String, issuerUrl: String, credentialName: String, docType: String?)

Properties

Link copied to clipboard

The credential's display name, e.g. "Membership Card".

Link copied to clipboard
Link copied to clipboard

The issuer's display name, or its host when it publishes none.

Link copied to clipboard