DataStoreDiscoveryProvider class
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
This implementation of AbstractDidDiscoveryProvider helps you discover DIDs based on data that is stored by a local plugin that implements IDataStoreORM.
DIDs can be discovered by partial matches of name
from Profile
credentials, by partial matches of alias
of managed DIDs as well as partial matches of DIDs that are issuer or subject of credentials.
This API may change without a BREAKING CHANGE notice.
Signature:
export declare class DataStoreDiscoveryProvider implements AbstractDidDiscoveryProvider
Implements: AbstractDidDiscoveryProvider
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
name | readonly | (not declared) | (BETA) |
Methods
Method | Modifiers | Description |
---|---|---|
discoverDid(args, context) | (BETA) |