@twin.org/api-tenant-processor
Version:
API Tenant Processor for converting and api key to a tenant id.
46 lines (23 loc) • 452 B
Markdown
Class: Tenant
Class defining the storage for node tenants.
# Constructors
## Constructor
**new Tenant**(): `Tenant`
### Returns
`Tenant`
# Properties
## id
**id**: `string`
The unique identifier for the tenant.
***
## apiKey
**apiKey**: `string`
The api key for the tenant.
***
## label
**label**: `string`
The label of the tenant.
***
## dateCreated
**dateCreated**: `string`
The date the tenant was created.