Hello, I'm using Connect with Paypal in my App to get an access token from my client (the ones whom I'm providing the service), to use it later (doing some actions on Transactions) I read in the documentation that the access token expires after n time, and I read about refresh token too, I don't want to ask my clients every time to authorize a new access token, what do you suggest?
... View more