UNPKG

@twin.org/api-tenant-processor

Version:

API Tenant Processor for converting and api key to a tenant id.

26 lines (14 loc) 393 B
# Interface: ITenantProcessorConstructorOptions Options for the Tenant Processor constructor. ## Properties ### tenantEntityStorageType? > `optional` **tenantEntityStorageType**: `string` The entity storage for the tenants. #### Default ```ts tenant ``` *** ### config? > `optional` **config**: [`ITenantProcessorConfig`](ITenantProcessorConfig.md) Configuration for the processor.