mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +00:00
which show up when fetching access token using:
```python
credentials = oauth2.SpotifyClientCredentials(
client_id=client_id,
client_secret=client_secret,
)
token = credentials.get_access_token()
```
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| client.py | ||
| oauth2.py | ||
| util.py | ||