VcJsonLdCredentialDefinition

@Serializable
data class VcJsonLdCredentialDefinition(val context: W3cVerifiableCredentialsContext, val type: Set<String>)(source)

Constructors

Link copied to clipboard
constructor(context: W3cVerifiableCredentialsContext, type: Set<String>)

Types

Link copied to clipboard

Properties

Link copied to clipboard
@SerialName(value = "@context")
val context: W3cVerifiableCredentialsContext

OID4VCI: @context: REQUIRED. Array as defined in VC_DATA, Section 4.1.

Link copied to clipboard
@SerialName(value = "type")
val type: Set<String>

OID4VCI: type: REQUIRED. Array designating the types a certain credential type supports, according to VC_DATA, Section 4.3.