Uses of Class
com.google.auth.oauth2.IdentityPoolCredentialSource
Packages that use IdentityPoolCredentialSource
-
Uses of IdentityPoolCredentialSource in com.google.auth.oauth2
Fields in com.google.auth.oauth2 declared as IdentityPoolCredentialSourceModifier and TypeFieldDescriptionprivate final IdentityPoolCredentialSource
FileIdentityPoolSubjectTokenSupplier.credentialSource
private final IdentityPoolCredentialSource
UrlIdentityPoolSubjectTokenSupplier.credentialSource
Methods in com.google.auth.oauth2 with parameters of type IdentityPoolCredentialSourceModifier and TypeMethodDescription(package private) static String
FileIdentityPoolSubjectTokenSupplier.parseToken
(InputStream inputStream, IdentityPoolCredentialSource credentialSource) IdentityPoolCredentials.Builder.setCredentialSource
(IdentityPoolCredentialSource credentialSource) Constructors in com.google.auth.oauth2 with parameters of type IdentityPoolCredentialSourceModifierConstructorDescription(package private)
FileIdentityPoolSubjectTokenSupplier
(IdentityPoolCredentialSource credentialSource) Constructor for FileIdentitySubjectTokenProvider(package private)
UrlIdentityPoolSubjectTokenSupplier
(IdentityPoolCredentialSource credentialSource, HttpTransportFactory transportFactory) Constructor for UrlIdentityPoolSubjectTokenProvider.