I am trying runConsumer with the client_id (appkey for non-prod) and jks keystore.
Will the appkey generated using refinitiv appkey generator for Side by Side API, EDP
API, Eikon Data API work with EMA API? How do I add EMA API access to the appkey?
CommandLine.addOption("clientId", "Specifies a unique ID for application making the request to EDP token service, also known as AppKey generated using an AppGenerator.");
CommandLine.addOption("clientSecret", "Specifies the associted client Secret with a provided clientId for V2 logins.");
Thanks in advance.