PresentationSubmitV2CredentialRequest

data class PresentationSubmitV2CredentialRequest(var credentialId: String, var userSelections: List<String>?, var transactionDataIds: List<String>?)

Constructors

Link copied to clipboard
constructor(credentialId: String, userSelections: List<String>?, transactionDataIds: List<String>?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ID of the credential to submit.

Link copied to clipboard

Optional ids of transaction-data entries to bind to this credential. Entries not listed here are auto-assigned. Ids must reference transaction data applicable to this credential. Omit entirely or use an empty array to auto-assign all transaction data.

Link copied to clipboard

Array of claim paths for claims where userSelection: true that the holder chooses to share. Only include paths for optional claims the holder selects. Omit entirely or use an empty array if withholding all optional claims.