[chore]: Bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 (#2900)

This commit is contained in:
dependabot[bot]
2024-05-06 11:14:04 +00:00
committed by GitHub
parent 8237e8d09e
commit a0d066844f
4 changed files with 5 additions and 5 deletions

View File

@ -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).