IDIDManager interface
Identifier manager interface
Signature:
export interface IDIDManager extends IPluginMethodMap
Extends: IPluginMethodMap
Methods
|
Method |
Description |
|---|---|
|
Adds a key to a DID Document | |
|
Adds a service to a DID Document | |
|
Creates and returns a new identifier | |
|
Deletes identifier | |
|
Returns a list of managed identifiers | |
|
Returns a specific identifier | |
|
Returns a specific identifier by alias | |
|
Returns an existing identifier or creates a new one for a specific alias | |
|
Returns a list of available identifier providers | |
|
Imports identifier | |
|
Removes a key from a DID Document | |
|
Removes a service from a DID Document | |
|
Sets identifier alias | |
|
Updates the DID document of a managed DID. |