spotify / ios-sdk

Spotify SDK for iOS
https://developer.spotify.com/documentation/ios/
661 stars 188 forks source link

Using 'Implicit Grant Flow' authorization on iOS #338

Closed tprasad23 closed 1 year ago

tprasad23 commented 3 years ago

Hi, I was curious if there was a way to use the "Implicit Grant Flow" authorization flow on iOS, using the existing APIs (sessionManager.InitiateSession) gives back a URL with a "code" parameter which I believe is not the access_token to required to establish a connection with Spotify ?