1 // Copyright 2020 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 idtoken provides utilities for creating authenticated transports with 6 // ID Tokens for Google HTTP APIs. It also provides methods to validate Google 7 // issued ID tokens. 8 package idtoken 9