Minimal Context of the middleware.

interface MiddlewareContext<ArgumentT> {
    tenantId: undefined | string;
    uri: string;
}

Type Parameters

  • ArgumentT

Hierarchy (view full)

Properties

Properties

tenantId: undefined | string

Tenant identifier.

uri: string

URI of the function passed to the middleware.

Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.