DisplayLogoProperties

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

Object with information about the logo of an com.youniqx.walletsdk.attestation.Attestation or a com.youniqx.walletsdk.attestation.Claim

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard
val uri: String?

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

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Generic equals override

Link copied to clipboard
open override fun hashCode(): Int

Generic hashCode override

Link copied to clipboard
open override fun toString(): String

Generic toString override