SupportedCredentialFormatDefinition

@Serializable
data class SupportedCredentialFormatDefinition(val types: Set<String>? = null)(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>? = null)

Properties

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

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