Atex.IdentityResolver.Identity (atex v0.3.0)
View SourceSummary
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.IdentityResolver.DIDDocument.t()
The resolved DID document for an identity.
@type handle() :: String.t() | nil
The human-readable handle for an identity. Can be missing.