OAuth token grants and token authorizations are human interactions that take place in the browser. And token refreshes happen to be machine interactions. Do any of the typical OAuth interactions count towards the 24-hour API limit?
I know the following API invocations count toward the 24-hour limit:
- Rest API
- SOAP API
And the following do NOT count toward that 24-hour limit:
- Apex Callouts
- Outbound Messages

