Skip to content

Commit

Permalink
merge from master and remove auth_type
Browse files Browse the repository at this point in the history
  • Loading branch information
cristina.mariscal authored and cristina.mariscal committed Jun 6, 2024
1 parent eb8b13f commit 543d5ea
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,6 @@ def spec(self, *args, **kwargs) -> ConnectorSpecification:
"type": "string",
"path_in_connector_config": ["credentials", "access_token"],
},
"auth_type": {
"type": "string",
"path_in_connector_config": ["credentials", "auth_type"],
},
},
},
complete_oauth_server_input_specification={
Expand All @@ -283,10 +279,6 @@ def spec(self, *args, **kwargs) -> ConnectorSpecification:
"type": "string",
"path_in_connector_config": ["credentials", "client_secret"],
},
"auth_type": {
"type": "string",
"path_in_connector_config": ["credentials", "auth_type"],
},
},
},
),
Expand Down

0 comments on commit 543d5ea

Please sign in to comment.