Uses of Class
com.google.auth.oauth2.IdentityPoolCredentials
-
Packages that use IdentityPoolCredentials Package Description com.google.auth.oauth2 -
-
Uses of IdentityPoolCredentials in com.google.auth.oauth2
Methods in com.google.auth.oauth2 that return IdentityPoolCredentials Modifier and Type Method Description IdentityPoolCredentialsIdentityPoolCredentials.Builder. build()IdentityPoolCredentialsIdentityPoolCredentials. createScoped(Collection<String> newScopes)Clones the IdentityPoolCredentials with the specified scopes.Methods in com.google.auth.oauth2 with parameters of type IdentityPoolCredentials Modifier and Type Method Description static IdentityPoolCredentials.BuilderIdentityPoolCredentials. newBuilder(IdentityPoolCredentials identityPoolCredentials)
-