MCPcopy
hub / github.com/spotipy-dev/spotipy / save_token_to_cache

Method save_token_to_cache

spotipy/cache_handler.py:39–43  ·  view source on GitHub ↗

Save a token_info dictionary object to the cache and return None.

(self, token_info)

Source from the content-addressed store, hash-verified

37 raise NotImplementedError()
38
39 def save_token_to_cache(self, token_info):
40 """
41 Save a token_info dictionary object to the cache and return None.
42 """
43 raise NotImplementedError()
44
45
46class CacheFileHandler(CacheHandler):

Callers 13

test_cache_handlerMethod · 0.45
get_access_tokenMethod · 0.45
get_access_tokenMethod · 0.45
refresh_access_tokenMethod · 0.45
_save_token_infoMethod · 0.45
get_access_tokenMethod · 0.45
refresh_access_tokenMethod · 0.45
_save_token_infoMethod · 0.45
get_access_tokenMethod · 0.45

Calls

no outgoing calls

Tested by 4

test_cache_handlerMethod · 0.36