@JsonClass(true) data class RequestedAttribute
Requested attribute
<init> |
Requested attribute RequestedAttribute(credentialId: String, revealed: Boolean, timestamp: Long? = null) |
credentialId |
the credential identifier val credentialId: String |
revealed |
is indicating that the attribute is revealed val revealed: Boolean |
timestamp |
the timestamp val timestamp: Long? |