OptionalappThe consumer (BTP) tenant ID of the application. May be required for multi-tenant communication.
The JWT assertion string to use for business user authentication.
Authentication type. Use 'OAuth2JWTBearer' for business user authentication.
OptionalextraAdditional parameters for the token request to be forwarded to the token fetching function
of @sap/xssec.
OptionalresourceThe application resource(s) for which the token is requested. The token will only be usable to call the requested application(s). Either provide the app name (common case) or the provider client ID and tenant ID.
It is recommended to also provide the targetUrl parameter, otherwise
the destination will point to the identity service URL from the service binding,
instead of the actual target application.
OptionaltargetThe target URL of the destination that the IAS token is requested for. It is recommended to provide this for App-to-App communication (when resource parameter is used), otherwise the destination will point to the identity service URL from the service binding.
IAS options for business user authentication (JWT bearer).