aries / net.globalid.aries.features.presentproof.models.credentials / AvailableAttributeGroup

AvailableAttributeGroup

data class AvailableAttributeGroup

Each proof request can hold one or multiple AvailableAttributeGroup models

Constructors

<init>

Each proof request can hold one or multiple AvailableAttributeGroup models

AvailableAttributeGroup(referent: String, credentialId: String, schemaId: String, attributes: List<AvailableAttribute>)

Properties

attributes

  • actual values of attributes
val attributes: List<AvailableAttribute>

credentialId

  • credentialId that holds attributes
val credentialId: String

referent

  • Referent of attribute in the proof request
val referent: String

schemaId

  • schemaId of credential
val schemaId: String