Home
last modified time | relevance | path

Searched refs:withTokenSource (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/google.golang.org/api/option/
Doption.go34 return withTokenSource{s}
37 type withTokenSource struct{ ts oauth2.TokenSource } argument
39 func (w withTokenSource) Apply(o *internal.DialSettings) { argument