💾 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

View Raw

More Information

⬅️ Previous capture (2023-12-28)

➡️ Next capture (2024-03-21)

🚧 View Differences

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

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

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

Package gitlab provides constants for using OAuth2 to access GitLab.

Variables

var Endpoint = oauth2.Endpoint{
	AuthURL:  "https://gitlab.com/oauth/authorize",
	TokenURL: "https://gitlab.com/oauth/token",
}

Endpoint is GitLab's OAuth 2.0 endpoint.

Details

Version: v0.16.0 (latest)

Platform: linux/amd64

Imports: 1 packages

Refresh now

Back to home

Search