VerificationView

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.

isValid

True if the verification passes validation, otherwise false.

createdAt

Timestamp when the verification was created.

Constructors

Link copied to clipboard
constructor(issuer: Did, uri: AtUri, isValid: Boolean, createdAt: Timestamp)

Properties

Link copied to clipboard

Timestamp when the verification was created.

Link copied to clipboard
val issuer: Did

The user who issued this verification.

Link copied to clipboard

True if the verification passes validation, otherwise false.

Link copied to clipboard
val uri: AtUri

The AT-URI of the verification record.