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