lavalink-devs / youtube-source

A rewritten YouTube source manager for Lavaplayer.
MIT License
162 stars 28 forks source link

Refresh Token Info #71

Closed tomassasovsky closed 1 month ago

tomassasovsky commented 1 month ago

Will the refresh token expire? If so, do we know what its lifespan is? Do we have to do anything after the initial setup to keep it working indefinitely?

devoxin commented 1 month ago

The refresh token is not currently known to expire. It's an OAuth token so it'll likely remain valid for as long as you permit the YouTube TV app to access your account, or your account gets flagged/banned.

Once you have the token, you can keep it in operation until one of the above two conditions are met, otherwise it will remain valid indefinitely.