Companion
object Companion
Content copied to clipboard
Functions
getAuthUrlFull
Link copied to clipboard
fun getAuthUrlFull(vararg scopes: SpotifyScope, clientId: String, redirectUri: String, isImplicitGrantFlow: Boolean = false, shouldShowDialog: Boolean = false, state: String? = null): String
Content copied to clipboard
getCredentialedToken
Link copied to clipboard
suspend fun getCredentialedToken(clientId: String, clientSecret: String, api: GenericSpotifyApi?, json: Json = api?.spotifyApiOptions?.json ?: Json.Default): Token
Content copied to clipboard
Get an application token (can only access public methods) that can be used to instantiate a new SpotifyAppApi
getPkceAuthUrlFull
Link copied to clipboard
fun getPkceAuthUrlFull(vararg scopes: SpotifyScope, clientId: String, redirectUri: String, codeChallenge: String, state: String? = null): String
Content copied to clipboard
Sources
(source)
Link copied to clipboard