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.18.0
Published
Mar 4, 2024
Platform
darwin/amd64
Imports
1 packages
Last checked
6 minutes ago

Tools for package owners.