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
I am using the library to connect to the YouTube Data API with a Google account. This works fine but the resulting OAuth token only lasts for an hour, then I am disconnected again.
How does the library manage Refresh tokens, or if it does not is there an approach you would recommend? I am using my own storage class that implements TokenStorageInterface.
Thanks
The text was updated successfully, but these errors were encountered:
I am using the library to connect to the YouTube Data API with a Google account. This works fine but the resulting OAuth token only lasts for an hour, then I am disconnected again.
How does the library manage Refresh tokens, or if it does not is there an approach you would recommend? I am using my own storage class that implements TokenStorageInterface.
Thanks
The text was updated successfully, but these errors were encountered: