aries / net.globalid.aries.features.issuecredential.models.preview / CredentialPreview

CredentialPreview

@JsonClass(true) data class CredentialPreview

This is not a message! It is an inner object for other messages in issue credential protocol. It is used to construct a preview of the data for the credential to be issued.

Parameters

attributes - is a list of attribute specifications in the form of CredentialPreviewAttribute

Constructors

<init>

This is not a message! It is an inner object for other messages in issue credential protocol. It is used to construct a preview of the data for the credential to be issued.

CredentialPreview(attributes: List<CredentialPreviewAttribute> = emptyList())

Properties

attributes

is a list of attribute specifications in the form of CredentialPreviewAttribute

val attributes: List<CredentialPreviewAttribute>

type

val type: String