Issue Credential
data class IssueCredential(val id: String = UUID.randomUUID().toString(), val body: IssueCredential.Body, val attachments: Array<AttachmentDescriptor>, val thid: String?, val from: DID, val to: DID)(source)
The IssueCredential class represents a credential issuance in the context of DIDComm messaging.
Constructors
Link copied to clipboard
constructor(id: String = UUID.randomUUID().toString(), body: IssueCredential.Body, attachments: Array<AttachmentDescriptor>, thid: String?, from: DID, to: DID)
Types
Functions
Link copied to clipboard
Retrieves an array of credential strings from the attachments.
Link copied to clipboard
Creates a Message object representing a DIDComm message. This function is used to generate a Message object based on the current state of an IssueCredential object.