SAP Cloud SDK for JavaScript - v4.1.1
    Preparing search index...

    Interface MiddlewareContext<ArgumentT>

    Minimal Context of the middleware.

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

    Type Parameters

    • ArgumentT

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    tenantId: undefined | string

    Tenant identifier.

    uri: string

    URI of the function passed to the middleware.

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