Skip to content

Commit 9649049

Browse files
committed
Merge branch 'main' into vpc-authenticator
2 parents e600716 + 8bbeca9 commit 9649049

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Authentication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,9 @@ form:
141141

142142
- apikey: (required) the IAM api key
143143

144-
- url: (optional) The URL representing the IAM token service endpoint. If not specified, a suitable
145-
default value is used.
144+
- url: (optional) The base endpoint URL of the IAM token service.
145+
The default value of this property is the "prod" IAM token service endpoint
146+
(`https://iam.cloud.ibm.com`).
146147
Make sure that you use an IAM token service endpoint that is appropriate for the
147148
location of the service being used by your application.
148149
For example, if you are using an instance of a service in the "production" environment
@@ -459,4 +460,3 @@ from <sdk-package-name>.example_service_v1 import *
459460
service = ExampleServiceV1.new_instance(service_name='example_service')
460461

461462
# 'service' can now be used to invoke operations.
462-
```

0 commit comments

Comments
 (0)