CredentialResponseSingleCredential

@Serializable
data class CredentialResponseSingleCredential(val credential: JsonElement)(source)

Constructors

Link copied to clipboard
constructor(credential: JsonElement)

Properties

Link copied to clipboard
@SerialName(value = "credential")
val credential: JsonElement

OID4VCI: REQUIRED. Contains one issued Credential. It MAY be a string or an object, depending on the Credential Format. See Appendix A for the Credential Format-specific encoding requirements.

Link copied to clipboard

Currently, there is no other format defined to transport credentials