💾 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

View Raw

More Information

➡️ Next capture (2023-11-04)

-=-=-=-=-=-=-

package github - golang.org/x/oauth2/github - godocs.io

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

Package github provides constants for using OAuth2 to access Github.

Variables

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.

Details

Version: v0.12.0 (latest)

Platform: linux/amd64

Imports: 1 packages

Refresh now

Back to home

Search