Does not exist in type 'CredentialBody | ExternalAccountClientOptions' #2385
Labels
api: storage
Issues related to the googleapis/nodejs-storage API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: docs
Improvement to the documentation for an API.
Environment details
@google-cloud/storage
version: 7.7.0Problem
Can't create a client with credentials passed by value as a JavaScript object like the documentation mentioned.
When I'm following documentation, my IDE tells on private_key_id:
As well for :
private_key_id, auth_uri, token_uri, auth_provider_x509_cert_url, client_x509_cert_url
Expected behavior
Works as described in the documentation.
Thanks
The text was updated successfully, but these errors were encountered: