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.

Constructors

Link copied to clipboard
constructor(issuer: Did, issuerDisplayName: String? = null, issuerHandle: Handle? = null, 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

The display name of the issuer.

Link copied to clipboard

The handle of the issuer.

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.