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.
1 parent 6ee8575 commit 0d68522Copy full SHA for 0d68522
Service.gs
@@ -327,9 +327,8 @@ Service_.prototype.parseToken_ = function(content) {
327
/**
328
* Refreshes a token that has expired. This is only possible if offline access was
329
* requested when the token was authorized.
330
- * @private
331
*/
332
-Service_.prototype.refresh_ = function() {
+Service_.prototype.refresh = function() {
333
validate_({
334
'Client ID': this.clientId_,
335
'Client Secret': this.clientSecret_,
0 commit comments