Skip to main content

IIdentityStorage.getAllIdentities() method

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

gets all identity from the data source

Signature:

getAllIdentities(): Promise<Identity[]>;

Returns:

Promise<Identity[]>

{Promise<Identity[]>}