type golang.org/x/oauth2.reuseTokenSource
5 uses
golang.org/x/oauth2 (current package)
oauth2.go#L247: return &reuseTokenSource{
oauth2.go#L288: type reuseTokenSource struct {
oauth2.go#L298: func (s *reuseTokenSource) Token() (*Token, error) {
oauth2.go#L370: if rt, ok := src.(*reuseTokenSource); ok {
oauth2.go#L377: return &reuseTokenSource{
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |