RegistrationConfiguration

data class RegistrationConfiguration(val documentId: String)

Issuer-specified configuration used when registering a new document.

Constructors

Link copied to clipboard
constructor(documentId: String)

Properties

Link copied to clipboard

The identifier to be used in all future communications to refer to the document. This is guaranteed to be unique among all documents issued by the issuer.