Skip to content

Support for RefreshUsingToken method

Compare
Choose a tag to compare
@abisalehalliprasan abisalehalliprasan released this 30 Nov 23:48
· 126 commits to master since this release

Recap of the changes incorporated:
1.) If you want to use the client to Authorize for multiple Companies, you can just create one instance of the client.

However, to refresh tokens for multiple companies, you could use the helper method refreshUsingToken method as shown below:

https://github.com/intuit/oauth-jsclient/blob/master/src/OAuthClient.js#L235