I read the document here which states that
1. Frontend apps that use OAuth to authenticate users to their own apps often don’t need a refresh token.
2. Some apps only need the access token to verify that the user successfully authenticated with Clover, and then use that token to get details from the API.
Based on the above points do I need to implement a refresh access token only while making an API call? or while making an operation with Clover SDK? or both?
I'm asking this question Because I have an
1. e-commerce website that uses Clover API
2. android app with Clover SDK and Clover API