@JsonClass(true) data class RequestedProof
Attribute |
data class Attribute |
GroupAttribute |
data class GroupAttribute |
Predicate |
data class Predicate |
<init> |
RequestedProof(revealedAttributes: Map<String, Attribute>, revealedAttributeGroups: Map<String, GroupAttribute>?, predicates: Map<String, Predicate>) |
predicates |
val predicates: Map<String, Predicate> |
revealedAttributeGroups |
val revealedAttributeGroups: Map<String, GroupAttribute>? |
revealedAttributes |
val revealedAttributes: Map<String, Attribute> |