The representation of a Users identity as it is stored on the Sonr blockchain.
The DID document model contains all the essential information about an identity, such as its public keys, authentication methods, and service endpoints. It provides a means to prove control over the decentralized identifier (DID) associated with the document.
id
The identifier for the DID subject.
controller
The entity/entities controlling the DID subject (optional).
authentication
The set of authentication methods associated with the DID subject (optional).
assertion_method
The set of assertion methods associated with the DID subject (optional).
capability_invocation
The set of capability invocation methods associated with the DID subject (optional).
capability_delegation
The set of capability delegation methods associated with the DID subject (optional).
key_agreement
The set of key agreement methods associated with the DID subject (optional).
also_known_as
The set of identifiers for other personas or identities related to the DID subject (optional).