spotipy/spotipy
Michael Birtwell d092683be3 Make is_token_expired public
Make is_token_expired_public on SpotifyClientCredentials and SpotifyOAuth.
This method is useful for checking whether tokens that have been stored in cookies etc have timed out. So it's useful for library users to have access to it.

Refactor common implementation of is_token_expired
2017-01-07 16:21:13 +00:00
..
__init__.py Initial run of 2to3 2015-06-05 12:07:28 +03:00
client.py Use six to simplify python 2/3 compatibilty code where possible 2017-01-07 15:18:46 +00:00
oauth2.py Make is_token_expired public 2017-01-07 16:21:13 +00:00
util.py Swap use of subprocess.call for webbrowser.open in util.py 2016-12-20 22:44:03 -08:00