Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
dmivankov committed Oct 16, 2023
1 parent 5901b5a commit 37a6d1f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/scala/cognite/spark/v1/DefaultSource.scala
Original file line number Diff line number Diff line change
Expand Up @@ -346,13 +346,11 @@ object DefaultSource {
}
clientId <- parameters.get("clientId")
clientSecret <- parameters.get("clientSecret")
project <- parameters.get("project")
clientCredentials = OAuth2.ClientCredentials(
tokenUri,
clientId,
clientSecret,
scopes,
project,
audience)
} yield CdfSparkAuth.OAuth2ClientCredentials(clientCredentials)

Expand Down

0 comments on commit 37a6d1f

Please sign in to comment.