type google.golang.org/api/option.withTokenSource

3 uses

	google.golang.org/api/option (current package)
		option.go#L26: 	return withTokenSource{s}
		option.go#L29: type withTokenSource struct{ ts oauth2.TokenSource }
		option.go#L31: func (w withTokenSource) Apply(o *internal.DialSettings) {