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 IdentityPoolCredentialSourceFileIdentityPoolSubjectTokenSupplier.credentialSourceprivate final IdentityPoolCredentialSourceUrlIdentityPoolSubjectTokenSupplier.credentialSourceMethods in com.google.auth.oauth2 with parameters of type IdentityPoolCredentialSourceModifier and TypeMethodDescription(package private) static StringFileIdentityPoolSubjectTokenSupplier.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.