Documentation ¶
Index ¶
Constants ¶
View Source
const ProviderName = "github"
Variables ¶
View Source
var Scopes = []string{"read:org"}
Functions ¶
This section is empty.
Types ¶
type AuthorizationMethod ¶
type Client ¶
type OrganizationTeams ¶
type OrganizationVerifier ¶
type OrganizationVerifier struct {
// contains filtered or unexported fields
}
func NewOrganizationVerifier ¶
func NewOrganizationVerifier( organizations []string, gitHubClient Client, ) OrganizationVerifier
type Provider ¶
func NewProvider ¶
func NewProvider( gitHubAuth db.GitHubAuth, redirectURL string, ) Provider
func (Provider) DisplayName ¶
type TeamVerifier ¶
type TeamVerifier struct {
// contains filtered or unexported fields
}
type UserVerifier ¶
type UserVerifier struct {
// contains filtered or unexported fields
}
type VerifierBasket ¶
type VerifierBasket struct {
// contains filtered or unexported fields
}
func NewVerifierBasket ¶
func NewVerifierBasket(verifiers ...Verifier) VerifierBasket
Source Files ¶
Click to show internal directories.
Click to hide internal directories.