SdJwtTypeMetadata

@Serializable
data class SdJwtTypeMetadata(val vct: SdJwtVcType, val name: String? = null, val description: String? = null, val display: SdJwtTypeMetadataTypeDisplayInformationList? = null, val claims: SdJwtTypeMetadataClaimInformationList? = null)(source)

Constructors

Link copied to clipboard
constructor(vct: SdJwtVcType, name: String? = null, description: String? = null, display: SdJwtTypeMetadataTypeDisplayInformationList? = null, claims: SdJwtTypeMetadataClaimInformationList? = null)

Properties

Link copied to clipboard
@SerialName(value = "claims")
val claims: SdJwtTypeMetadataClaimInformationList?
Link copied to clipboard
@SerialName(value = "description")
val description: String?
Link copied to clipboard
@SerialName(value = "display")
val display: SdJwtTypeMetadataTypeDisplayInformationList?
Link copied to clipboard
@SerialName(value = "name")
val name: String?
Link copied to clipboard
@SerialName(value = "vct")
val vct: SdJwtVcType