Skip to content

Commit

Permalink
Trim unused provider names
Browse files Browse the repository at this point in the history
  • Loading branch information
sporkmonger committed Oct 3, 2018
1 parent 3b439f6 commit 1453c2d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions internal/auth/providers/providers.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,8 @@ var (
)

const (
// AzureProviderName identifies the Azure AD provider
AzureProviderName = "azure"
// FacebookProviderName identifies the Facebook provider
FacebookProviderName = "facebook"
// GitHubProviderName identifies the GitHub provider
GitHubProviderName = "github"
// GitLabProviderName identifies the GitLab provider
GitLabProviderName = "gitlab"
// GoogleProviderName identifies the Google provider
GoogleProviderName = "google"
// LinkedInProviderName identifies the LinkedIn provider
LinkedInProviderName = "linkedin"
// OIDCProviderName identifies the generic OpenID Connect provider
OIDCProviderName = "oidc"
)

// Provider is an interface exposing functions necessary to authenticate with a given provider.
Expand Down

0 comments on commit 1453c2d

Please sign in to comment.