Skip to content

IdentityStore

Purpose

Contains all identity records stored by the engine.

Backed by the local key-value store (key: external identity, value: identity record).

Type

list<(ExternalIdentity, IdentityRecord)>