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
| Parameter | Type | Description |
|---|---|---|
| _identityDataSource | IDataSource<Identity> | data source for identities |
| _profileDataSource | IDataSource<Profile> | data source for profiles |