We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents caf8831 + d5a4cf9 commit c455bc3Copy full SHA for c455bc3
README.md
@@ -192,7 +192,7 @@ if (!oauthClient.isAccessTokenValid()) {
192
oauthClient
193
.refresh()
194
.then(function (authResponse) {
195
- console.log('Tokens refreshed : ' + JSON.stringify(authResponse.json()));
+ console.log('Tokens refreshed : ' + JSON.stringify(authResponse.json));
196
})
197
.catch(function (e) {
198
console.error('The error message is :' + e.originalMessage);
0 commit comments