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

RequestedCredentials

@JsonClass(true) data class RequestedCredentials

Requested credentials

Constructors

<init>

Requested credentials

RequestedCredentials(selfAttestedAttributes: Map<String, String> = emptyMap(), requestedAttributes: Map<String, RequestedAttribute> = emptyMap(), requestedPredicates: Map<String, RequestedAttribute> = emptyMap())

Properties

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>

Functions

getCredentialIdentifiers

Gets a collection of distinct credential identifiers found in this object.

fun getCredentialIdentifiers(): List<String>