The DID document associated with this DID.
Represents metadata about a DID resulting from create, update, or deactivate operations.
Optional
privateAn optional array of private keys associated with the DID document's verification methods.
The JSON Web Key (JWK) used for recovery purposes.
The JSON Web Key (JWK) used for updating the DID.
A string representation of the DID.
A DID is a URI composed of three parts: the scheme did:
, a method identifier, and a unique,
method-specific identifier specified by the DID method.
IonPortableDid
interface extends the PortableDid interface.It represents a Decentralized Identifier (DID) that is portable and can be used across different domains, including the ION specific recovery and update keys.