HolderAcceptCredentialRequest

data class HolderAcceptCredentialRequest(var interactionId: String, var didId: String?, var identifierId: String?, var keyId: String?, var txCode: String?)

Constructors

Link copied to clipboard
constructor(interactionId: String, didId: String?, identifierId: String?, keyId: String?, txCode: String?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Deprecated. Use identifierId.

Link copied to clipboard
Link copied to clipboard

ID for this issuance.

Link copied to clipboard

If you are using an identifier with multiple keys for authentication, specify which key to use. If no key is specified, the first suitable key listed will be used.

Link copied to clipboard

User-provided transaction code.