Skip to content

Commit 77a878f

Browse files
SirSpideygermanattanasio
authored andcommitted
Remove token statement (#723)
Already mention the TTL of the token in the previous paragraph.
1 parent a997edb commit 77a878f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Some services use token-based Identity and Access Management (IAM) authenticatio
9595
You supply either an IAM service **API key** or an **access token**:
9696

9797
- Use the API key to have the SDK manage the lifecycle of the access token. The SDK requests an access token, ensures that the access token is valid, and refreshes it if necessary.
98-
- Use the access token if you want to manage the lifecycle yourself. Access tokens are valid. For details, see [Authenticating with IAM tokens](https://console.bluemix.net/docs/services/watson/getting-started-iam.html). If you want to switch to API key, override your stored IAM credentials with an IAM API key.
98+
- Use the access token if you want to manage the lifecycle yourself. For details, see [Authenticating with IAM tokens](https://console.bluemix.net/docs/services/watson/getting-started-iam.html). If you want to switch to API key, override your stored IAM credentials with an IAM API key.
9999

100100
#### Supplying the IAM API key
101101

0 commit comments

Comments
 (0)