onSuccess

abstract fun onSuccess(spotifyApi: SpotifyImplicitGrantApi)

Override this to define what to do after authentication has been successfully completed. A valid, usable spotifyApi is provided to you. You may likely want to use SpotifyDefaultCredentialStore to store/retrieve this token.

Parameters

spotifyApi

Valid, usable SpotifyImplicitGrantApi that you can use to make requests.

Sources

(source)
Link copied to clipboard