forked from remote/oauth2
Changing some nits.
Change-Id: I74140daa4acf876388f4f8ef83c475c1ae7d1865
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user