You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2022. It is now read-only.
initialization callback will always add the `cookieauth` plugin to the list of
254
254
configured plugins. If you do not want to use `cookieauth` then you should not
255
255
use this initialization callback, instead initalize the client without a
256
-
callback and then call the [ping function](https://console.bluemix.net/docs/services/Cloudant/api/account.html#ping)
256
+
callback and then call the [ping function](https://cloud.ibm.com/docs/services/Cloudant/api?topic=cloudant-account#ping)
257
257
e.g.:
258
258
259
259
```js
@@ -406,7 +406,7 @@ var cloudant = Cloudant({ url: myurl, maxAttempt: 5, plugins: [ { iamauth: { iam
406
406
407
407
IBM Cloud Identity & Access Management enables you to securely authenticate
408
408
users and control access to all cloud resources consistently in the IBM
409
-
Bluemix Cloud Platform.
409
+
Cloud Platform.
410
410
411
411
This plugin will automatically exchange your IAM API key for a token. It will
412
412
handle the authentication and ensure that the token is refreshed as required.
@@ -431,7 +431,7 @@ var cloudant = Cloudant({ url: myurl, maxAttempt: 5, plugins: [ { iamauth: { iam
431
431
(either because the IAM token service is down or the IAM API key is
432
432
incorrect) then an error is returned to the client.
433
433
434
-
See [IBM Cloud Identity and Access Management](https://console.bluemix.net/docs/services/Cloudant/guides/iam.html#ibm-cloud-identity-and-access-management) for more information.
434
+
See [IBM Cloud Identity and Access Management](https://cloud.ibm.com/docs/services/Cloudant/guides?topic=cloudant-ibm-cloud-identity-and-access-management-iam-) for more information.
435
435
436
436
3. `retry`
437
437
@@ -512,7 +512,7 @@ This library adds documentation for the following:
512
512
513
513
Cloudant API keys are part of the legacy access controls. They are different from
514
514
the access control mechanisms offered by IBM Cloud IAM. See
0 commit comments