oauth2golang.org/x/oauth2/bitbucket Index | Files

package bitbucket

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

Package bitbucket provides constants for using OAuth2 to access Bitbucket.

Index

Variables

var Endpoint = oauth2.Endpoint{
	AuthURL:  "https://bitbucket.org/site/oauth2/authorize",
	TokenURL: "https://bitbucket.org/site/oauth2/access_token",
}

Endpoint is Bitbucket's OAuth 2.0 endpoint.

Source Files

bitbucket.go

Version
v0.26.0 (latest)
Published
Jan 29, 2025
Platform
linux/amd64
Imports
1 packages
Last checked
2 minutes ago

Tools for package owners.