Uses of Class
com.google.auth.oauth2.IdentityPoolCredentialSource
-
Packages that use IdentityPoolCredentialSource Package Description com.google.auth.oauth2 -
-
Uses of IdentityPoolCredentialSource in com.google.auth.oauth2
Fields in com.google.auth.oauth2 declared as IdentityPoolCredentialSource Modifier and Type Field Description private IdentityPoolCredentialSourceFileIdentityPoolSubjectTokenSupplier. credentialSourceprivate IdentityPoolCredentialSourceUrlIdentityPoolSubjectTokenSupplier. credentialSourceMethods in com.google.auth.oauth2 with parameters of type IdentityPoolCredentialSource Modifier and Type Method Description (package private) static java.lang.StringFileIdentityPoolSubjectTokenSupplier. parseToken(java.io.InputStream inputStream, IdentityPoolCredentialSource credentialSource)IdentityPoolCredentials.BuilderIdentityPoolCredentials.Builder. setCredentialSource(IdentityPoolCredentialSource credentialSource)Constructors in com.google.auth.oauth2 with parameters of type IdentityPoolCredentialSource Constructor Description FileIdentityPoolSubjectTokenSupplier(IdentityPoolCredentialSource credentialSource)Constructor for FileIdentitySubjectTokenProviderUrlIdentityPoolSubjectTokenSupplier(IdentityPoolCredentialSource credentialSource, HttpTransportFactory transportFactory)Constructor for UrlIdentityPoolSubjectTokenProvider.
-