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