A destination or a destination name and a JWT.
OptionalserviceBindingTransformFn?: ServiceBindingTransformFunctionCustom transformation function to control how a Destination is built from the given Service.
The name of the destination to retrieve from service bindings.
Optionalservice?: undefinedOptionalrequestConfig: TAny object representing an HTTP request.
Optionaloptions: HttpRequestOptionsAn HttpRequestOptions of the HTTP request for configuring e.g., CSRF token delegation. By default, the SDK will fetch the CSRF token.
A promise resolving to an HttpResponse.
Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.
Builds a DestinationHttpRequestConfig for the given destination, merges it into the given
requestConfigand executes it (using Axios).