package
Version:
v0.0.0-...-43a01a0
Opens a new window with list of versions in this module.
Published: May 26, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
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.