Skip to content

Commit 1453c2d

Browse files
committed
Trim unused provider names
1 parent 3b439f6 commit 1453c2d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

internal/auth/providers/providers.go

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,8 @@ var (
2525
)
2626

2727
const (
28-
// AzureProviderName identifies the Azure AD provider
29-
AzureProviderName = "azure"
30-
// FacebookProviderName identifies the Facebook provider
31-
FacebookProviderName = "facebook"
32-
// GitHubProviderName identifies the GitHub provider
33-
GitHubProviderName = "github"
34-
// GitLabProviderName identifies the GitLab provider
35-
GitLabProviderName = "gitlab"
3628
// GoogleProviderName identifies the Google provider
3729
GoogleProviderName = "google"
38-
// LinkedInProviderName identifies the LinkedIn provider
39-
LinkedInProviderName = "linkedin"
40-
// OIDCProviderName identifies the generic OpenID Connect provider
41-
OIDCProviderName = "oidc"
4230
)
4331

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

0 commit comments

Comments
 (0)