File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,9 +89,9 @@ If you have more than one plan, you can use `CredentialUtils` to get the service
8989
9090Watson services are migrating to token-based Identity and Access Management (IAM) authentication.
9191
92- - There are two ways of initializing an authenticator :
93- 1 . Using the builder of the authenticator (builder pattern).
94- 2 . Using the constructor of the authenticator (deprecated, but it is still available).
92+ - You can initialize the authenticator with either of the following approaches :
93+ - In the builder of the authenticator (builder pattern).
94+ - In the constructor of the authenticator (deprecated, but still available).
9595- With some service instances, you authenticate to the API by using ** [ IAM] ( #iam ) ** .
9696- In other instances, you authenticate by providing the ** [ username and password] ( #username-and-password ) ** for the service instance.
9797- If you're using a Watson service on Cloud Pak for Data, you'll need to authenticate in a [ specific way] ( #cloud-pak-for-data ) .
You can’t perform that action at this time.
0 commit comments