Skip to main content

IdentityStorage.(constructor)

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.

Creates an instance of IdentityStorage.

Signature:

constructor(_identityDataSource: IDataSource<Identity>, _profileDataSource: IDataSource<Profile>);

Parameters

ParameterTypeDescription
_identityDataSourceIDataSource<Identity>data source for identities
_profileDataSourceIDataSource<Profile>data source for profiles