ol.trixnity.verification

Verification state snapshots and active verification flows.

Upstream Mapping

This namespace maps to Trixnity’s VerificationService.

The public wrappers here cover:

  • the current active device verification and its relieved flow

  • the current active user verifications and their relieved flow

  • self-verification method discovery

Use ol.trixnity.key for trust and key-management APIs that often accompany verification workflows.

current-active-device-verification

(current-active-device-verification client)

Returns the current active device verification, or nil when none is active.


active-device-verification

(active-device-verification client)

Returns a relieved Missionary flow of the current active device verification.


current-active-user-verifications

(current-active-user-verifications client)

Returns the current active user verifications as a vector.


active-user-verifications

(active-user-verifications client)

Returns a relieved Missionary flow of the current active user verifications.


get-self-verification-methods

(get-self-verification-methods client)

Returns a Missionary flow of available self-verification methods.

Upstream models this as a state machine that distinguishes unmet preconditions, no-cross-signing-yet, already-cross-signed, and available self-verification methods.