get Auth Url Full
fun getAuthUrlFull(vararg scopes: SpotifyScope, clientId: String, redirectUri: String, isImplicitGrantFlow: Boolean = false, shouldShowDialog: Boolean = false, state: String? = null): String(source)
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
client Id
Spotify client id
redirect Uri
Spotify redirect uri
state
This provides protection against attacks such as cross-site request forgery.