I am trying to write a Java DSL route to subscribe to Salesforce Change Data Capture channel. However, my limitation is to not use username & password rather prefer OAuth for the authentication.
I am not able to find a way to pass OAuth credentials (i.e access-key/refresh token) as part of the initializing camel-cometd component. Can someone please guide me through the way to provide details to camel component?