Readonly
[initProtected
dbProtected
discoverReadonly
discoverProtected
discoverProtected
gestaltProtected
identitiesProtected
keyProtected
loggerProtected
nodeProtected
taskProtected
visitedProtected
getProtected
hasProtected
processProtected
processProtected
processOptional
ctx: Partial<ContextTimed>Queues an identity for discovery. Internally calls
pushKeyToDiscoveryQueue
.
Queues a node for discovery. Internally calls pushKeyToDiscoveryQueue
.
Protected
scheduleCreates a task that to discover a vertex. Will not create a new task if an existing task for the vertex exists.
Optional
tran: DBTransactionProtected
verifyHelper function to retrieve and verify the claims of an identity on a given provider. Connects with each node the identity claims to be linked with, and verifies the claim with the public key of the node.
Static
createOptional
discoverOptional
fresh?: booleanOptional
logger?: LoggerGenerated using TypeDoc
Helper function to retrieve the IdentityInfo of an identity on a provider. All claims in the returned IdentityInfo are verified by the node it claims to link to. Returns undefined if no identity info to be retrieved (either no provider or identity data found).