We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660fa70 commit 28885feCopy full SHA for 28885fe
README.md
@@ -148,8 +148,8 @@ You supply either an IAM service **API key** or an **access token**:
148
### Generating access tokens using IAM API key
149
```python
150
# In your API endpoint use this to generate new access tokens
151
-iamTokenManager = IAMTokenManager(iam_apikey='<apikey>')
152
-token = iamTokenManager.get_token()
+iam_token_manager = IAMTokenManager(iam_apikey='<apikey>')
+token = iam_token_manager.get_token()
153
```
154
155
#### Supplying the IAM API key
0 commit comments