Changing some nits.

Change-Id: I74140daa4acf876388f4f8ef83c475c1ae7d1865
This commit is contained in:
Patrick Jones
2021-01-25 12:41:29 -08:00
parent 8857346214
commit 990173083e
2 changed files with 10 additions and 15 deletions

View File

@@ -36,7 +36,7 @@ type impersonateTokenSource struct {
scopes []string
}
// impersonate performs the exchange to get a temporary service account
// Token performs the exchange to get a temporary service account
func (its impersonateTokenSource) Token() (*oauth2.Token, error) {
reqBody := generateAccessTokenReq{
Lifetime: "3600s",