intuit / oauth-jsclient

Intuit's NodeJS OAuth client provides a set of methods to make it easier to work with OAuth2.0 and Open ID
https://developer.intuit.com/
Apache License 2.0
119 stars 153 forks source link

Does calling refreshUsingToken() count against realmId API limit? #127

Closed thekennysong closed 1 year ago

thekennysong commented 2 years ago

Hi all,

I am calling refreshUsingToken() and was wondering if calling this function counts against the API limit per each realmId (https://blogs.intuit.com/blog/2016/08/08/idg-concurrent-api-use-changes-coming-soon/)? Particularly this rule: "Make sure your application is not multi-threading API calls to the same realmId unless completely necessary, and no more than 10 concurrent connections. This will be monitored and adjusted as needed in the future."