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 IdentityPoolCredentials
IdentityPoolCredentials.Builder. build()
IdentityPoolCredentials
IdentityPoolCredentials. createScoped(java.util.Collection<java.lang.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.Builder
IdentityPoolCredentials. newBuilder(IdentityPoolCredentials identityPoolCredentials)
Constructors in com.google.auth.oauth2 with parameters of type IdentityPoolCredentials Constructor Description Builder(IdentityPoolCredentials credentials)
-