Searched defs:tokenLock (Results 1 – 1 of 1) sorted by relevance
51 type tokenLock struct { struct52 mu sync.Mutex // guards t; held while fetching or updating t53 t *oauth2.Token