Skip to main content
Table of Contents

Class StrataraHeaderNames

Namespace
Stratara.Sessions
Assembly
Stratara.Sessions.dll

Public constants for HTTP headers that the Stratara session-context middleware reads. Consumer services that send requests to Stratara-backed hosts should reference these constants instead of duplicating the literal string.

public static class StrataraHeaderNames
Inheritance
StrataraHeaderNames
Inherited Members

Fields

ClientId

HTTP header carrying the per-connection ClientId (browser tab / phone call / SSR session).

public const string ClientId = "X-Client-Id"

Field Value

string

TenantId

HTTP header carrying the subject (data-owner) TenantId when no JWT claim is present.

public const string TenantId = "X-Tenant-Id"

Field Value

string