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
Copy file name to clipboardExpand all lines: src/spotify-web-api.js
+3-2
Original file line number
Diff line number
Diff line change
@@ -834,14 +834,15 @@ SpotifyWebApi.prototype = {
834
834
* @param {string[]} scopes The scopes corresponding to the permissions the application needs.
835
835
* @param {string} state A parameter that you can use to maintain a value between the request and the callback to redirect_uri.It is useful to prevent CSRF exploits.
836
836
* @param {boolean} showDialog A parameter that you can use to force the user to approve the app on each login rather than being automatically redirected.
837
+
* @param {string} showDialog A parameter that you can use to specify the code response based on the authentication type - can be set to 'code' or 'token'.
837
838
* @returns {string} The URL where the user can give application permissions.
0 commit comments