Mobile Wallet Metadata Display
data class MobileWalletMetadataDisplay(val name: String?, val locale: String?, val logoUri: String?, val logoAltText: String?, @ObjCName(name = "descriptionText" ) val description: String? = null, val backgroundColor: String? = null, val backgroundImageUri: String? = null, val textColor: String? = null)
Localized display metadata normalized from issuer, credential, or verifier protocol metadata.
URI values are untrusted protocol input. Applications decide whether and how to load them and must not treat display metadata as evidence of issuer or verifier trust.