DisplayLogoProperties

@Serializable
data class DisplayLogoProperties(val url: String? = null, val uri: String? = null, val altText: String? = null)(source)

OID4VCI: OPTIONAL. Object with information about the logo of the Credential.

Constructors

Link copied to clipboard
constructor(url: String? = null, uri: String? = null, altText: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "alt_text")
val altText: String? = null

OID4VCI: OPTIONAL. String value of the alternative text for the logo image.

Link copied to clipboard
@SerialName(value = "uri")
val uri: String? = null

OID4VCI: REQUIRED. String value that contains a URI where the Wallet can obtain the logo of the Credential from the Credential Issuer.

Link copied to clipboard
@SerialName(value = "url")
val url: String? = null

OID4VCI: REQUIRED. String value that contains a URI where the Wallet can obtain the logo of the Credential from the Credential Issuer.