VerificationView
data class VerificationView(val issuer: Did, val issuerDisplayName: String? = null, val issuerHandle: Handle? = null, val uri: AtUri, val isValid: Boolean, val createdAt: Timestamp)
An individual verification for an associated subject.
Parameters
issuer
The user who issued this verification.
issuerDisplayName
The display name of the issuer.
issuerHandle
The handle of the issuer.
uri
The AT-URI of the verification record.
isValid
True if the verification passes validation, otherwise false.
createdAt
Timestamp when the verification was created.