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

RequestedAttribute

@JsonClass(true) data class RequestedAttribute

Requested attribute

Constructors

<init>

Requested attribute

RequestedAttribute(credentialId: String, revealed: Boolean, timestamp: Long? = null)

Properties

credentialId

the credential identifier

val credentialId: String

revealed

is indicating that the attribute is revealed

val revealed: Boolean

timestamp

the timestamp

val timestamp: Long?