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 4b7f0bd commit a4da759Copy full SHA for a4da759
oauth2.go
@@ -393,7 +393,7 @@ func ReuseTokenSource(t *Token, src TokenSource) TokenSource {
393
}
394
395
396
-// ReuseTokenSource returns a TokenSource that acts in the same manner as the
+// ReuseTokenSourceWithExpiry returns a TokenSource that acts in the same manner as the
397
// TokenSource returned by ReuseTokenSource, except the expiry buffer is
398
// configurable. The expiration time of a token is calculated as
399
// t.Expiry.Add(-earlyExpiry).
0 commit comments