mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 01:03:53 +00:00
Fix SpotifyPKCE docstring (#942)
This commit is contained in:
parent
b3f308d289
commit
572195617b
@ -629,7 +629,7 @@ class SpotifyPKCE(SpotifyAuthBase):
|
|||||||
""" Implements PKCE Authorization Flow for client apps
|
""" Implements PKCE Authorization Flow for client apps
|
||||||
|
|
||||||
This auth manager enables *user and non-user* endpoints with only
|
This auth manager enables *user and non-user* endpoints with only
|
||||||
a client secret, redirect uri, and username. When the app requests
|
a client ID, redirect URI, and username. When the app requests
|
||||||
an access token for the first time, the user is prompted to
|
an access token for the first time, the user is prompted to
|
||||||
authorize the new client app. After authorizing the app, the client
|
authorize the new client app. After authorizing the app, the client
|
||||||
app is then given both access and refresh tokens. This is the
|
app is then given both access and refresh tokens. This is the
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user