Skip to main content

TenantId

Type Alias TenantId 

Source
pub type TenantId = String;
Expand description

Tenant identifier carried for tower-side admission layers.

The kernel remains responsible for capability validation and receipt semantics. This value is only used by tower middleware that needs an external partition key, such as later per-tenant limits.

Aliased Typeยง

pub struct TenantId { /* private fields */ }