diff options
author | 2024-05-06 11:14:04 +0000 | |
---|---|---|
committer | 2024-05-06 11:14:04 +0000 | |
commit | a0d066844f0851bbf4765db43a951b704bfc2a14 (patch) | |
tree | 3b318fe33fe4144594d2f85f444828eb4eef523d /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) | |
download | gotosocial-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.go | 2 |
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). |