get Auth Url Full
fun getAuthUrlFull(vararg scopes: SpotifyScope, clientId: String, redirectUri: String, isImplicitGrantFlow: Boolean = false, shouldShowDialog: Boolean = false, state: String? = null): String
Content copied to clipboard
Get the authorization url for the provided clientId and redirectUri application settings, when attempting to authorize with specified scopes
Parameters
scopes
Spotify scopes the api instance should be able to access for the user
clientId
Spotify client id
redirectUri
Spotify redirect uri
state
This provides protection against attacks such as cross-site request forgery.
Sources
(source)
Link copied to clipboard