Verification

data class Verification(val createdAt: <Error class: unknown class>, val displayName: String, val handle: <Error class: unknown class>, val subject: <Error class: unknown class>)

Record declaring a verification relationship between two accounts. Verifications are only considered valid by an app if issued by an account the app considers trusted.

Constructors

Link copied to clipboard
constructor(createdAt: <Error class: unknown class>, displayName: String, handle: <Error class: unknown class>, subject: <Error class: unknown class>)

Properties

Link copied to clipboard
val createdAt: <Error class: unknown class>

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
val handle: <Error class: unknown class>

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
val subject: <Error class: unknown class>

DID of the subject the verification applies to.