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 transorts with
6// ID Tokens for Google HTTP APIs. It also provides methods to validate Google
7// issued ID tokens.
8package idtoken
9