Context for HttpRequests of the middleware.

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

Hierarchy (view full)

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 Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.