Possible to request longer refresh token period for Adobe APIs?
Is there a way to request an oauth refresh token that lasts longer than two weeks?
We had been using the oauth method to get some great stats from Adobe Analytics about campaign tracking, but then found out that the tokens expire 'by default' after two weeks (https://www.adobe.io/authentication/auth-methods.html#!AdobeDocs/adobeio-auth/master/OAuth/OAuth.md). Refresh token grants for Google Analytics last until they are withdrawn by the client or the issuer, so it seems odd that isn't offered by Adobe.
I am aware of the JWT method for service to service interactions, but the way it has to be implemented it isn't particularly scalable for us and requires too much from the client - the oauth process is much more typical for our required workflow.