summaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/oauth2/oauth2.go
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-06 11:14:04 +0000
committerLibravatar GitHub <noreply@github.com>2024-05-06 11:14:04 +0000
commita0d066844f0851bbf4765db43a951b704bfc2a14 (patch)
tree3b318fe33fe4144594d2f85f444828eb4eef523d /vendor/golang.org/x/oauth2/oauth2.go
parent[chore]: Bump codeberg.org/gruf/go-structr from 0.7.0 to 0.8.0 (#2902) (diff)
downloadgotosocial-a0d066844f0851bbf4765db43a951b704bfc2a14.tar.xz
[chore]: Bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 (#2900)
Diffstat (limited to 'vendor/golang.org/x/oauth2/oauth2.go')
-rw-r--r--vendor/golang.org/x/oauth2/oauth2.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/oauth2/oauth2.go b/vendor/golang.org/x/oauth2/oauth2.go
index 90a2c3d6d..09f6a49b8 100644
--- a/vendor/golang.org/x/oauth2/oauth2.go
+++ b/vendor/golang.org/x/oauth2/oauth2.go
@@ -393,7 +393,7 @@ func ReuseTokenSource(t *Token, src TokenSource) TokenSource {
}
}
-// ReuseTokenSource returns a TokenSource that acts in the same manner as the
+// ReuseTokenSourceWithExpiry returns a TokenSource that acts in the same manner as the
// TokenSource returned by ReuseTokenSource, except the expiry buffer is
// configurable. The expiration time of a token is calculated as
// t.Expiry.Add(-earlyExpiry).