1 // Copyright 2019 Google LLC. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 // Package transport provides utility methods for creating authenticated 6 // transports to Google's HTTP and gRPC APIs. It is intended to be used in 7 // conjunction with google.golang.org/api/option. 8 // 9 // This package is not intended for use by end developers. Use the 10 // google.golang.org/api/option package to configure API clients. 11 package transport 12