@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.
attributes
- is a list of attribute specifications in the form of
CredentialPreviewAttribute
<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()) |
attributes |
is a list of attribute specifications in the form of CredentialPreviewAttribute val attributes: List<CredentialPreviewAttribute> |
type |
val type: String |