We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc519f commit 5560cceCopy full SHA for 5560cce
examples/discovery_v2.rb
@@ -8,12 +8,12 @@
8
9
## Authentication ##
10
## Option 1: username/password
11
-authenticator = IBMWatson::Authenticators::CloudPakForDataAuthenticator.new(
12
- username: "{username}",
13
- password: "{password}",
14
- url: "{authentication_url}",
15
- disable_ssl: true
16
-)
+# authenticator = IBMWatson::Authenticators::CloudPakForDataAuthenticator.new(
+# username: "{username}",
+# password: "{password}",
+# url: "{authentication_url}",
+# disable_ssl: true
+# )
17
18
## Option 2: bearer token
19
authenticator = IBMWatson::Authenticators::BearerTokenAuthenticator.new(
0 commit comments