spotify_py_sdk.auth package
Submodules
spotify_py_sdk.auth.access_token_manager module
- class spotify_py_sdk.auth.access_token_manager.AccessTokenManager(client_id: str, client_secret: str)[source]
Bases:
object
Manage access token generated by authenticating user using Client Credentials Flow.
- Parameters:
client_id (str) – Client_ID for your app
client_secret (str) – Client_Secret for your app