IIdentifier interface
Identifier interface
Signature:
export interface IIdentifier
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| alias? | string | (Optional) Optional. Identifier alias. Can be used to reference an object in an external system | |
| controllerKeyId? | string | (Optional) Controller key id | |
| did | string | Decentralized identifier | |
| keys | IKey[] | Array of managed keys | |
| provider | string | Identifier provider name | |
| services | IService[] | Array of services |