Skip to content

Commit

Permalink
mark oauth app credentials as secret
Browse files Browse the repository at this point in the history
  • Loading branch information
mdibaiee committed Aug 4, 2023
1 parent 560302f commit f93a049
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@
"client_id": {
"type": "string",
"title": "Client ID",
"airbyte_secret": true,
"description": "The client ID"
},
"client_secret": {
"type": "string",
"title": "Client secret",
"airbyte_secret": true,
"description": "The client secret."
},
"refresh_token": {
Expand Down

0 comments on commit f93a049

Please sign in to comment.