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 IdentityPoolCredentialSource
FileIdentityPoolSubjectTokenSupplier. credentialSource
private IdentityPoolCredentialSource
UrlIdentityPoolSubjectTokenSupplier. credentialSource
Methods in com.google.auth.oauth2 with parameters of type IdentityPoolCredentialSource Modifier and Type Method Description (package private) static java.lang.String
FileIdentityPoolSubjectTokenSupplier. parseToken(java.io.InputStream inputStream, IdentityPoolCredentialSource credentialSource)
IdentityPoolCredentials.Builder
IdentityPoolCredentials.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.
-