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 48e87d2 commit 481c0b8Copy full SHA for 481c0b8
helpers/remoteoauth/tokenoptions.go
@@ -32,5 +32,5 @@ func WithToken(token oauth2.Token) TokenSourceOption {
32
// WithDefaultContext sets the default context for the token source, used when creating a new token request.
33
// Deprecated: not used in the current implementation.
34
func WithDefaultContext(_ context.Context) TokenSourceOption {
35
- return func(t *tokenSource) {}
+ return func(*tokenSource) {}
36
}
0 commit comments