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
Copy file name to clipboardExpand all lines: authorization/v1.ts
+6-2
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,8 @@ class AuthorizationV1 extends BaseService {
35
35
* @param {String} options.username
36
36
* @param {String} options.password
37
37
* @param {String} [options.url] url of the service for which auth tokens are being generated
38
+
* @param {string} [options.iam_apikey] - An API key that can be used to request IAM tokens. If this API key is provided, the SDK will manage the token and handle the refreshing.
39
+
* @param {string} [options.iam_url] - An optional URL for the IAM service API. Defaults to 'https://iam.cloud.ibm.com/identity/token'.
0 commit comments