...

Package spotify

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

Overview ▾

Package spotify provides constants for using OAuth2 to access Spotify.

Index ▾

Package files

spotify.go

Variables

Endpoint is Spotify's OAuth 2.0 endpoint.

var Endpoint = oauth2.Endpoint{
    AuthURL:  "https://accounts.spotify.com/authorize",
    TokenURL: "https://accounts.spotify.com/api/token",
}