Skip to content

Commit

Permalink
chore: update toplevel authentication information (#23727)
Browse files Browse the repository at this point in the history
  • Loading branch information
piaxc authored Jan 4, 2024
1 parent 4aee496 commit 1396287
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 127 deletions.
123 changes: 0 additions & 123 deletions AUTHENTICATION.md

This file was deleted.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,7 @@ are using. Install this library as a RubyGem, or add it to your Gemfile.
### Authentication
Most API calls must be accompanied by authentication information proving that
the caller has sufficient permissions to make the call. For an overview of
authentication with Google, see https://cloud.google.com/docs/authentication.
the caller has sufficient permissions to make the call.
These API client libraries provide several mechanisms for attaching credentials
to API calls.
Expand All @@ -192,8 +191,9 @@ to API calls.
field in the client configuration. This can be set globally on the client
class or provided when you construct a client object.

See https://cloud.google.com/docs/authentication/production for more information
on these and other methods of providing credentials.
For more information, see the authentication documentation for the
client library you are using, or the
[Cloud authentication documentation](https://cloud.google.com/docs/authentication).

## Supported Ruby Versions

Expand Down

0 comments on commit 1396287

Please sign in to comment.