PartialDestinationFetchOptions: {
    jwt?: JwtPayload;
} & CachingOptions

Type declaration

  • Optional jwt?: JwtPayload

    The JWT used to fetch destinations. The use of JwtPayload is deprecated since v3.4.0 and will be removed in the next major version update. Use string instead.

Deprecated

Since v3.4.0. Use either ServiceBindingTransformOptions or getDestinationFromServiceBinding. Represents partial options to fetch destinations.

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