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.

displayName

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.

createdAt

Date of when the verification was created.

Constructors

Link copied to clipboard
constructor(subject: Did, handle: Handle, displayName: String, createdAt: Timestamp)

Properties

Link copied to clipboard

Date of when the verification was created.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

DID of the subject the verification applies to.