Table of Contents

TTenantMiddleware.RequireTenant Property

Indicates whether a tenant ID is required for all requests.

Remarks

When True, requests without a valid tenant ID will receive a 400 Bad Request response. When False, requests without a tenant ID will proceed normally with no tenant set.

Syntax

Unit: Sparkle.Middleware.Tenant

property TTenantMiddleware.RequireTenant: Boolean

See also