VcJwtCredentialDefinition

@Serializable
data class VcJwtCredentialDefinition(val types: Set<String>)(source)

OID4VCI: W3C VC: REQUIRED. Object containing the detailed description of the Credential type. It consists of at least the following two parameters: type, credentialSubject`.

Constructors

Link copied to clipboard
constructor(types: Set<String>)

Properties

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

OID4VCI: W3C VC: REQUIRED. JSON array designating the types a certain credential type supports according to (VC_DATA), Section 4.3, e.g. VerifiableCredential, UniversityDegreeCredential