parseSpotifyCallbackHashToToken

fun parseSpotifyCallbackHashToToken(): Token

Parse the current url into a valid Token to be used when instantiating a new SpotifyImplicitGrantApi

fun parseSpotifyCallbackHashToToken(hashString: String): Token

Parse the hash string into a valid Token to be used when instantiating a new SpotifyImplicitGrantApi

Parameters

hashString

The Spotify hash string containing access_token, token_type, and expires_in.