Verification View
data class VerificationView(val issuer: Did, val uri: AtUri, val isValid: Boolean, val createdAt: Timestamp)
An individual verification for an associated subject.
Parameters
issuer
The user who issued this verification.
uri
The AT-URI of the verification record.
is Valid
True if the verification passes validation, otherwise false.
created At
Timestamp when the verification was created.