DisplayProperties

@Serializable
data class DisplayProperties(val name: String? = null, val locale: String? = null, val logo: DisplayLogoProperties? = null, val description: String? = null, val backgroundColor: String? = null, val backgroundImage: DisplayLogoProperties? = null, val textColor: String? = null)(source)

OID4VCI: OPTIONAL. Array of objects, where each object contains the display properties of the supported Credential for a certain language.

Constructors

Link copied to clipboard
constructor(name: String? = null, locale: String? = null, logo: DisplayLogoProperties? = null, description: String? = null, backgroundColor: String? = null, backgroundImage: DisplayLogoProperties? = null, textColor: String? = null)

Properties

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

OID4VCI: OPTIONAL. String value of a background color of the Credential represented as numerical color values defined in CSS Color Module Level 37.

Link copied to clipboard
@SerialName(value = "background_image")
val backgroundImage: DisplayLogoProperties? = null

OID4VCI: OPTIONAL. Object with information about the background image of the Credential.

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

OID4VCI: OPTIONAL. String value of a description of the Credential.

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

OID4VCI: OPTIONAL. String value that identifies language of this object represented as language tag values defined in BCP47 (RFC5646). There MUST be only one object with the same language identifier.

Link copied to clipboard
@SerialName(value = "logo")
val logo: DisplayLogoProperties? = null

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

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

OID4VCI: OPTIONAL. String value of a display name for the claim.

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

OID4VCI: OPTIONAL. String value of a text color of the Credential represented as numerical color values defined in CSS Color Module Level 37