SdJwtTypeMetadataVckExtensions

@Serializable
data class SdJwtTypeMetadataVckExtensions(val format: CredentialFormatEnum, val isoDocType: String? = null, val isoNamespace: String? = null, val vcType: String? = null)(source)

Constructors

Link copied to clipboard
constructor(format: CredentialFormatEnum, isoDocType: String? = null, isoNamespace: String? = null, vcType: String? = null)

Types

Link copied to clipboard

Properties

Link copied to clipboard
@SerialName(value = "format")
val format: CredentialFormatEnum
Link copied to clipboard
@SerialName(value = "isoDocType")
val isoDocType: String?
Link copied to clipboard
@SerialName(value = "isoNamespace")
val isoNamespace: String?
Link copied to clipboard
@SerialName(value = "vcType")
val vcType: String?