requests / requests-oauthlib

OAuthlib support for Python-Requests!
https://requests-oauthlib.readthedocs.org/
ISC License
1.71k stars 422 forks source link

Can you use this library to get refresh tokens, and if so, how long do the refresh tokens last #410

Closed rjpruitt16 closed 3 years ago

Seersucker commented 3 years ago

Yes, I don't know what API you might be using with this library, but I'm able to use it to request an refreshed or new access token when the access token expires.