You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 2 of the library has deprecated several methods.
The README is still showing some examples based on deprecated methods. It would be really convenient to have them replaced by their new equivalent. One example is refreshAccessToken.
The text was updated successfully, but these errors were encountered:
Greetings! Happy to clean up the README. In the interim - I would like to know more about your usage of the refreshAccessToken method. This is something that should just happen automatically when you call getRequestHeaders, or request. Is there a scenario where you want to manually refresh the token?
Hi Justin! I used the refreshAccessToken method with a script in charge of periodically calling a method from the Google Site Verification API in order to automate a flow. This last method has been replaced by getRequestHeaders with success.
The issue was raised mainly to point the fact that some parts of the README are outdated and may confuse people as it was for me when I was looking for a quick alternative call.
Version 2 of the library has deprecated several methods.
The README is still showing some examples based on deprecated methods. It would be really convenient to have them replaced by their new equivalent. One example is
refreshAccessToken
.The text was updated successfully, but these errors were encountered: