Handle

value class Handle(val handle: String) : AtIdentifier

Handles are a less-permanent identifier for accounts. The mechanism for verifying the link between an account handle and an account Did relies on DNS, and possibly connections to a network host, so every handle must be a valid network hostname. Almost every valid "hostname" is also a valid handle, though there are a small number of exceptions.

Constructors

Link copied to clipboard
constructor(handle: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String