From 5400495659702fde634f29daaa9b5a259af245fa Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Thu, 16 Aug 2018 15:51:58 -0700 Subject: [PATCH] docs: do not reccomend refreshAccessToken() method (#1283) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c3fef86c19..02c03c8b255 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ oauth2client.setCredentials({ }); ``` -Once the client has a refresh token, access tokens will be acquired and refreshed automatically in the next call to the API. You can use the `oauth2Client.refreshAccessToken()` method for this purpose, returning the tokens in the response. +Once the client has a refresh token, access tokens will be acquired and refreshed automatically in the next call to the API. ### Using API keys You may need to send an API key with the request you are going to make. The following uses an API key to make a request to the Google+ API service to retrieve a person's profile given a userId: