Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OAuthClient ¶
type OAuthFactory ¶
type OAuthFactory struct {
// contains filtered or unexported fields
}
func NewOAuthFactory ¶
func (OAuthFactory) GetProviders ¶
func (of OAuthFactory) GetProviders(teamName string) (Providers, error)
type Provider ¶
type Provider interface { DisplayName() string OAuthClient Verifier }
Click to show internal directories.
Click to hide internal directories.