CredentialOfferInfo

class CredentialOfferInfo(val issuerDisplayProperties: Set<DisplayProperties>? = null, val credentialFormatDisplay: Set<DisplayProperties>? = null)

CredentialOfferInfo contains information about a credential offered for download.

Constructors

Link copied to clipboard
constructor(issuerDisplayProperties: Set<DisplayProperties>? = null, credentialFormatDisplay: Set<DisplayProperties>? = null)

Properties

Link copied to clipboard

Information about the credential format and how to display them in an app.

Link copied to clipboard

Information about the issuer and the offered credential and how to display them in an app.