Did

value class Did(val did: String) : AtIdentifier

The AT Protocol uses Decentralized Identifiers (DIDs) as persistent, long-term account identifiers. DID is a W3C standard, with many standardized and proposed DID method implementations.

Constructors

Link copied to clipboard
constructor(did: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val did: String

Functions

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