Skip to content

Commit 57a3105

Browse files
Removed unused constants
Signed-off-by: Raymond Cypher <raymond.cypher@databricks.com>
1 parent ac38a7e commit 57a3105

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

auth/oauth/oauth.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@ import (
1111
)
1212

1313
const (
14-
azureClientId = "96eecda7-19ea-49cc-abb5-240097d554f5"
15-
azureTenantId = "4a67d088-db5c-48f1-9ff2-0aace800ae68"
16-
azureRedirctURL = "localhost:8030"
17-
awsClientId = "databricks-sql-connector"
18-
awsRedirctURL = "localhost:8030"
14+
azureTenantId = "4a67d088-db5c-48f1-9ff2-0aace800ae68"
1915
)
2016

2117
func GetEndpoint(ctx context.Context, hostName string) (oauth2.Endpoint, error) {

auth/oauth/u2m/authenticator.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import (
2626

2727
const (
2828
azureClientId = "96eecda7-19ea-49cc-abb5-240097d554f5"
29-
azureTenantId = "4a67d088-db5c-48f1-9ff2-0aace800ae68"
3029
azureRedirctURL = "localhost:8030"
3130

3231
awsClientId = "databricks-sql-connector"

0 commit comments

Comments
 (0)