get Authorization Url
open override fun getAuthorizationUrl(vararg scopes: SpotifyScope, state: String?): String
Content copied to clipboard
Create a Spotify authorization URL from which API access can be obtained
Return
Authorization URL that can be used in a browser
Parameters
scopes
The scopes that the application should have access to
state
This provides protection against attacks such as cross-site request forgery.
Sources
(source)
Link copied to clipboard