Enables the developers who already have a valid tokenSet ( refresh token ) for a given user, not to go through the whole client initialization that is required for to build the authorizationUrl, and use the convenience methods through the oauth2 dependency openid-client.
Sample implementation of ( https://github.com/XeroAPI/xero-node/pull/405 )
Enables the developers who already have a valid tokenSet ( refresh token ) for a given user, not to go through the whole client initialization that is required for to build the authorizationUrl, and use the convenience methods through the oauth2 dependency openid-client.
Example shows the 2 ways you can now refresh.
Based on community feedback 🙏