IdentityStorage class
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.
Implementation of the IIdentityStorage with KV data source
IdentityStorage implements IIdentityStorage interface
Signature:
export declare class IdentityStorage implements IIdentityStorage
Implements: IIdentityStorage
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(_identityDataSource, _profileDataSource) | Creates an instance of IdentityStorage. |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| identitiesStorageKey |
| (not declared) | storage key for identities |
| profilesStorageKey |
| (not declared) | storage key for profiles |