get Authorization Url
fun getAuthorizationUrl(vararg scopes: SpotifyScope, state: String? = null): String
Content copied to clipboard
Create a Spotify authorization URL from which client 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
Sources
common source
Link copied to clipboard