💾 Archived View for godocs.io › golang.org › x › oauth2 › spotify captured on 2024-05-12 at 16:09:51. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-05-10)
-=-=-=-=-=-=-
import "golang.org/x/oauth2/spotify"
Package spotify provides constants for using OAuth2 to access Spotify.
var Endpoint = oauth2.Endpoint{ AuthURL: "https://accounts.spotify.com/authorize", TokenURL: "https://accounts.spotify.com/api/token", }
Endpoint is Spotify's OAuth 2.0 endpoint.