Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/oauth2/
Doauth2.go279 type staticTokenSource struct { struct
280 t *Token
283 func (s staticTokenSource) Token() (*Token, error) {