spotify Implicit Grant Api
fun spotifyImplicitGrantApi(clientId: String?, token: Token, block: SpotifyApiOptions.() -> Unit = { }): SpotifyImplicitGrantApi
Content copied to clipboard
Instantiate a new SpotifyImplicitGrantApi using a Spotify clientId, and token retrieved from the implicit grant flow.
Use case: I have a token obtained after implicit grant authorization.
Return
SpotifyImplicitGrantApi that can immediately begin making calls
Parameters
clientId
Spotify client id
token
Token created from the hash response in the implicit grant callback
Sources
(source)
Link copied to clipboard