kops/vendor/cloud.google.com/go/auth
Ciprian Hacman 271a2dd1b4 Update dependencies 2025-06-27 13:53:05 +03:00
..
credentials Update dependencies 2025-06-27 13:53:05 +03:00
httptransport Update dependencies (#17333) 2025-03-29 23:30:56 +00:00
internal Update dependencies 2025-06-27 13:53:05 +03:00
oauth2adapt Update dependencies (#17333) 2025-03-29 23:30:56 +00:00
CHANGES.md Update dependencies 2025-06-27 13:53:05 +03:00
LICENSE Update dependencies 2024-04-22 02:35:12 +00:00
README.md Update dependencies 2024-09-27 08:09:14 +03:00
auth.go Update dependencies (#17333) 2025-03-29 23:30:56 +00:00
threelegged.go Update dependencies (#17333) 2025-03-29 23:30:56 +00:00

README.md

Google Auth Library for Go

Go Reference

Install

go get cloud.google.com/go/auth@latest

Usage

The most common way this library is used is transitively, by default, from any of our Go client libraries.

Notable use-cases

  • To create a credential directly please see examples in the credentials package.
  • To create a authenticated HTTP client please see examples in the httptransport package.
  • To create a authenticated gRPC connection please see examples in the grpctransport package.
  • To create an ID token please see examples in the idtoken package.

Contributing

Contributions are welcome. Please, see the CONTRIBUTING document for details.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See Contributor Code of Conduct for more information.