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