Skip to content

Commit

Permalink
doc: fix cliffhanger (#13033)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolduc authored Nov 3, 2023
1 parent 3c6ad6f commit 4bf256b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google/cloud/credentials.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ std::shared_ptr<Credentials> MakeGoogleDefaultCredentials(Options opts = {});
* Creates credentials with a fixed access token.
*
* These credentials are useful when using an out-of-band mechanism to fetch
* access tokens. Note that access tokens are time limited, you will need to
* manually refresh the tokens created by the
* access tokens. Note that access tokens are time limited. You will need to
* manually refresh the tokens, and pass the new `Credentials` to a new client.
*
* @see https://cloud.google.com/docs/authentication for more information on
* authentication in GCP.
Expand Down

0 comments on commit 4bf256b

Please sign in to comment.