You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library is responsible for authenticating the user and fetching the access token
7
-
that can subsequently be used to play music or in requests to the [Spotify Web API](https://developer.spotify.com/web-api/).
6
+
This library is responsible for authenticating the user and fetching the authorization code/access token that can subsequently be used to play music or in requests to the [Spotify Web API](https://developer.spotify.com/web-api/).
8
7
9
8
# Integrating the library into your project
10
9
@@ -22,53 +21,20 @@ repositories {
22
21
}
23
22
```
24
23
25
-
To learn more about working with authentication see the
0 commit comments