PresentationSubmitV2CredentialRequest

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ID of the credential to submit.

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.