I'm not sure how to describe the whole thing, but basically I have a service app that serves an API. But in the background, I want the application to automatically log in to an external API.
Currently I have the login information stored in a class as private variables. However, here all sensitive login information is in plain text. And I would like to avoid having this information unencrypted in the code.