We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac087c commit 4d50f89Copy full SHA for 4d50f89
1 file changed
lib/base_service.ts
@@ -273,8 +273,8 @@ export class BaseService {
273
if (!hasCredentials(_options)) {
274
const errorMessage = 'Insufficient credentials provided in ' +
275
'constructor argument. Refer to the documentation for the ' +
276
- 'required parameters. Common examples are username/password, ' +
277
- 'api_key, and iam_access_token.';
+ 'required parameters. Common examples are username/password and ' +
+ 'iam_access_token.';
278
throw new Error(errorMessage);
279
}
280
if (!hasIamCredentials(_options) && !usesBasicForIam(_options)) {
0 commit comments