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

    Context for HttpRequests of the middleware.

    interface HttpMiddlewareContext {
        destinationName?: string;
        jwt?: string;
        tenantId: undefined | string;
        uri: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    destinationName?: string

    Destination name used in the request.

    jwt?: string

    JWT used in the request.

    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.