Skip to content

Docs: Some docstrings still reference oauth2client credentials #9438

Closed
@busunkim96

Description

Example:

:type credentials: :class:`oauth2client.client.OAuth2Credentials` or
:class:`NoneType`
:param credentials: The OAuth2 Credentials to use for the connection
owned by this client. If not passed (and if no
``_http`` object is passed), falls back to the default
inferred from the environment.

These should be updated to google.auth.credentials.Credentials.

credentials (google.auth.credentials.Credentials): The
authorization credentials to attach to requests. These
credentials identify this application to the service. If none
are specified, the client will attempt to ascertain the
credentials from the environment.

See https://github.com/googleapis/google-cloud-python/search?q=oauth2client&unscoped_q=oauth2client

Metadata

Assignees

Labels

api: clouderrorreportingIssues related to the Error Reporting API.api: coreapi: spannerIssues related to the Spanner API.api: storageIssues related to the Cloud Storage API.type: cleanupAn internal cleanup or hygiene concern.type: docsImprovement to the documentation for an API.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions