data class AvailableAttributeGroup
Each proof request can hold one or multiple AvailableAttributeGroup models
<init> |
Each proof request can hold one or multiple AvailableAttributeGroup models AvailableAttributeGroup(referent: String, credentialId: String, schemaId: String, attributes: List<AvailableAttribute>) |
attributes |
val attributes: List<AvailableAttribute> |
credentialId |
val credentialId: String |
referent |
val referent: String |
schemaId |
val schemaId: String |