Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/oauth2/
Doauth2.go275 return staticTokenSource{t}
279 type staticTokenSource struct { struct
283 func (s staticTokenSource) Token() (*Token, error) { argument