💾 Archived View for godocs.io › golang.org › x › oauth2 › github captured on 2023-09-28 at 17:08:01. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
import "golang.org/x/oauth2/github"
Package github provides constants for using OAuth2 to access Github.
var Endpoint = oauth2.Endpoint{ AuthURL: "https://github.com/login/oauth/authorize", TokenURL: "https://github.com/login/oauth/access_token", }
Endpoint is Github's OAuth 2.0 endpoint.