Atex.IdentityResolver.Identity
(atex v0.9.1)
View Source
Summary
Types
The controlling DID for an identity.
The resolved DID document for an identity.
The human-readable handle for an identity. Can be missing.
Types
@type did() :: String.t()
The controlling DID for an identity.
@type document() :: Atex.DID.Document.t()
The resolved DID document for an identity.
@type handle() :: String.t() | nil
The human-readable handle for an identity. Can be missing.