SdJwtTypeMetadataTypeDisplayInformation
@Serializable
Constructors
Link copied to clipboard
constructor(locale: Rfc5646LanguageTag, name: String, description: String? = null, rendering: SdJwtTypeMetadataTypeDisplayInformationRenderingMetadata? = null)
Types
Link copied to clipboard
object SerialNames
Properties
Link copied to clipboard
OPTIONAL: A human-readable description for the type, intended for end users.
Link copied to clipboard
REQUIRED: A language tag as defined in Section 2 of RFC5646.
Link copied to clipboard
@SerialName(value = "rendering")
OPTIONAL: An object containing rendering information for the type, as described in Section 4.5.1.