💾 Archived View for godocs.io › golang.org › x › oauth2 › heroku captured on 2024-05-26 at 15:01:48. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-05-12)
-=-=-=-=-=-=-
import "golang.org/x/oauth2/heroku"
Package heroku provides constants for using OAuth2 to access Heroku.
var Endpoint = oauth2.Endpoint{ AuthURL: "https://id.heroku.com/oauth/authorize", TokenURL: "https://id.heroku.com/oauth/token", }
Endpoint is Heroku's OAuth 2.0 endpoint.