You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allows a credentials issued to a user or service account to
149
-
impersonate another. The source project using ImpersonaedCredentials must enable the
148
+
impersonate another. The source project using ImpersonatedCredentials must enable the
150
149
"IAMCredentials" API. Also, the target service account must grant the orginating principal
151
150
the "Service Account Token Creator" IAM role.
152
151
@@ -170,7 +169,10 @@ for (Bucket b : storage_service.list().iterateAll())
170
169
171
170
## Using Credentials with `google-http-client`
172
171
173
-
Credentials provided by `google-auth-library` can be used with Google's [HTTP-based clients][apiary-clients]. We provide a [`HttpCredentialsAdapter`][http-credentials-adapter] which can be used as an [`HttpRequestInitializer`][http-request-initializer].
172
+
Credentials provided by `google-auth-library` can be used with Google's
173
+
[HTTP-based clients][apiary-clients]. We provide a
174
+
[`HttpCredentialsAdapter`][http-credentials-adapter] which can be used as an
0 commit comments