Skip to content

Commit

Permalink
Update ConnectorConfigDefinition.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sudeshwasnik authored Nov 22, 2024
1 parent dfa33de commit 05b5c1c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public static ConfigDef getConfig() {
OAUTH_CLIENT_ID)
.define(
OAUTH_CLIENT_SECRET,
ConfigDef.Type.STRING,
ConfigDef.Type.PASSWORD,
"",
ConfigDef.Importance.HIGH,
"Client secret of target OAuth integration",
Expand All @@ -133,7 +133,7 @@ public static ConfigDef getConfig() {
OAUTH_CLIENT_SECRET)
.define(
OAUTH_REFRESH_TOKEN,
ConfigDef.Type.STRING,
ConfigDef.Type.PASSWORD,
"",
ConfigDef.Importance.HIGH,
"Refresh token for OAuth",
Expand Down Expand Up @@ -184,7 +184,7 @@ public static ConfigDef getConfig() {
JVM_PROXY_USERNAME)
.define(
JVM_PROXY_PASSWORD,
ConfigDef.Type.STRING,
ConfigDef.Type.PASSWORD,
"",
ConfigDef.Importance.LOW,
"JVM proxy password",
Expand Down

0 comments on commit 05b5c1c

Please sign in to comment.