DigitalCredentialCreateRequest

@Serializable
data class DigitalCredentialCreateRequest(val protocol: IssuanceProtocolIdentifier, val data: CredentialOffer)(source)

The DigitalCredentialCreateRequest dictionary represents an issuance request. It is used to specify an issuance protocol and some request data, to communicate the issuance request between the issuer and the holder.

Constructors

Link copied to clipboard
constructor(protocol: IssuanceProtocolIdentifier, data: CredentialOffer)

Properties

Link copied to clipboard
@SerialName(value = "data")
val data: CredentialOffer
Link copied to clipboard
@SerialName(value = "protocol")
val protocol: IssuanceProtocolIdentifier