Uses of Interface
com.google.auth.oauth2.IdentityPoolSubjectTokenSupplier
-
Packages that use IdentityPoolSubjectTokenSupplier Package Description com.google.auth.oauth2 -
-
Uses of IdentityPoolSubjectTokenSupplier in com.google.auth.oauth2
Classes in com.google.auth.oauth2 that implement IdentityPoolSubjectTokenSupplier Modifier and Type Class Description (package private) classFileIdentityPoolSubjectTokenSupplierInternal provider for retrieving subject tokens forIdentityPoolCredentialsto exchange for GCP access tokens via a local file.(package private) classUrlIdentityPoolSubjectTokenSupplierProvider for retrieving subject tokens forIdentityPoolCredentialsto exchange for GCP access tokens.Fields in com.google.auth.oauth2 declared as IdentityPoolSubjectTokenSupplier Modifier and Type Field Description private IdentityPoolSubjectTokenSupplierIdentityPoolCredentials.Builder. subjectTokenSupplierprivate IdentityPoolSubjectTokenSupplierIdentityPoolCredentials. subjectTokenSupplierMethods in com.google.auth.oauth2 that return IdentityPoolSubjectTokenSupplier Modifier and Type Method Description (package private) IdentityPoolSubjectTokenSupplierIdentityPoolCredentials. getIdentityPoolSubjectTokenSupplier()Methods in com.google.auth.oauth2 with parameters of type IdentityPoolSubjectTokenSupplier Modifier and Type Method Description IdentityPoolCredentials.BuilderIdentityPoolCredentials.Builder. setSubjectTokenSupplier(IdentityPoolSubjectTokenSupplier subjectTokenSupplier)Sets the subject token supplier.
-