Imports of package idtoken

PathSynopsis
cloud.google.com/go/authPackage auth provides utilities for managing Google Cloud credentials, including functionality for creating, caching, and refreshing OAuth2 tokens.
cloud.google.com/go/auth/credentialsPackage credentials provides support for making OAuth2 authorized and authenticated HTTP requests to Google APIs.
cloud.google.com/go/auth/credentials/impersonatePackage impersonate is used to impersonate Google Credentials.
cloud.google.com/go/auth/credentials/internal/impersonate
cloud.google.com/go/auth/internal
cloud.google.com/go/auth/internal/credsfilePackage credsfile is meant to hide implementation details from the pubic surface of the detect package.
cloud.google.com/go/auth/internal/jwt
cloud.google.com/go/compute/metadataPackage metadata provides access to Google Compute Engine (GCE) metadata and API service accounts.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
cryptoPackage crypto collects common cryptographic constants.
crypto/ecdsaPackage ecdsa implements the Elliptic Curve Digital Signature Algorithm, as defined in [FIPS 186-5].
crypto/ellipticPackage elliptic implements the standard NIST P-224, P-256, P-384, and P-521 elliptic curves over prime fields.
crypto/rsaPackage rsa implements RSA encryption as specified in PKCS #1 and RFC 8017.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/googleapis/gax-go/v2/internallogPackage internallog in intended for internal use by generated clients only.
log/slogPackage slog provides structured logging, in which log records include a message, a severity level, and various other attributes expressed as key-value pairs.
math/bigPackage big implements arbitrary-precision arithmetic (big numbers).
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.