The service binding to transform.
Optional
options: { jwt?: JwtPayload } & CachingOptions & { url?: string }Options used to transform the service binding.
Optional
jwt?: JwtPayloadThe JWT payload used to fetch destinations.
Optional
url?: stringA promise returning the transformed destination on success.
Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.
Convenience function to create a destination from the provided service binding. Transforms a service binding to a destination of type OAuth2ClientCredentials. If a JWT is provided as part of the options, the tenant in the JWT is used for the client credentials grant, else the provider tenant is used, wherever applicable.