Verification
data class Verification(val subject: Did, val handle: Handle, val displayName: String, val createdAt: Timestamp)
Parameters
subject
DID of the subject the verification applies to.
handle
Handle of the subject the verification applies to at the moment of verifying, which might not be the same at the time of viewing. The verification is only valid if the current handle matches the one at the time of verifying.
display Name
Display name of the subject the verification applies to at the moment of verifying, which might not be the same at the time of viewing. The verification is only valid if the current displayName matches the one at the time of verifying.
created At
Date of when the verification was created.