Is there any way in using the user’s access or id token as the Bearer authentication for API calls? Based on the documentation, I need to call an endpoint via GET request which will give me the Access Token that really works (without using the user’s access or id tokens).
My fear of using this method is the API call limit quota. What would happen if my app hits said quota during API calls?