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

    Interface MiddlewareContext<ArgumentT>

    Minimal Context of the middleware.

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

    Type Parameters

    • ArgumentT

    Hierarchy (View Summary)

    Index
    tenantId: string | undefined

    Tenant identifier.

    uri: string

    URI of the function passed to the middleware.