oauth2golang.org/x/oauth2/spotify Index | Files

package spotify

import "golang.org/x/oauth2/spotify"

Package spotify provides constants for using OAuth2 to access Spotify.

Index

Variables

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.

Source Files

spotify.go

Version
v0.26.0 (latest)
Published
Jan 29, 2025
Platform
linux/amd64
Imports
1 packages
Last checked
18 minutes ago

Tools for package owners.