package
Version:
v1.8.0
Opens a new window with list of versions in this module.
Published: Jun 30, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
Package bitbucketcloud provides authentication strategies using Bitbucket Cloud.
type Config struct {
ClientID string `json:"clientID"`
ClientSecret string `json:"clientSecret"`
RedirectURI string `json:"redirectURI"`
Teams []string `json:"teams"`
IncludeTeamGroups bool `json:"includeTeamGroups,omitempty"`
}
Config holds configuration options for Bitbucket logins.
Open returns a strategy for logging in through Bitbucket.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.