Skip to content

Commit 356069b

Browse files
committed
feat(Auth): include auth modules in ibm_watson
1 parent b2313fe commit 356069b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

lib/ibm_watson.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ module IBMWatson
77
ApiException = IBMCloudSdkCore::ApiException
88
DetailedResponse = IBMCloudSdkCore::DetailedResponse
99

10+
module Auth
11+
BasicAuthenticator = IBMCloudSdkCore::BasicAuthenticator
12+
BearerTokenAuthenticator = IBMCloudSdkCore::BearerTokenAuthenticator
13+
CloudPakForDataAuthenticator = IBMCloudSdkCore::CloudPakForDataAuthenticator
14+
ConfigBasedAuthenticatorFactory = IBMCloudSdkCore::ConfigBasedAuthenticatorFactory
15+
IamAuthenticator = IBMCloudSdkCore::IamAuthenticator
16+
NoAuthAuthenticator = IBMCloudSdkCore::NoAuthAuthenticator
17+
end
18+
1019
require_relative("./ibm_watson/personality_insights_v3.rb")
1120
require_relative("./ibm_watson/tone_analyzer_v3.rb")
1221
require_relative("./ibm_watson/assistant_v1.rb")

0 commit comments

Comments
 (0)