@JsonClass(true) data class RequestedCredentials
Requested credentials
<init> |
Requested credentials RequestedCredentials(selfAttestedAttributes: Map<String, String> = emptyMap(), requestedAttributes: Map<String, RequestedAttribute> = emptyMap(), requestedPredicates: Map<String, RequestedAttribute> = emptyMap()) |
requestedAttributes |
the requested attributes val requestedAttributes: Map<String, RequestedAttribute> |
requestedPredicates |
the requested predicates val requestedPredicates: Map<String, RequestedAttribute> |
selfAttestedAttributes |
the self attested attributes val selfAttestedAttributes: Map<String, String> |
getCredentialIdentifiers |
Gets a collection of distinct credential identifiers found in this object. fun getCredentialIdentifiers(): List<String> |