Uses of Interface
com.google.auth.oauth2.IdentityPoolSubjectTokenSupplier
Packages that use IdentityPoolSubjectTokenSupplier
-
Uses of IdentityPoolSubjectTokenSupplier in com.google.auth.oauth2
Classes in com.google.auth.oauth2 that implement IdentityPoolSubjectTokenSupplierModifier and TypeClassDescription(package private) class
Internal provider for retrieving subject tokens forIdentityPoolCredentials
to exchange for GCP access tokens via a local file.(package private) class
Provider for retrieving subject tokens forIdentityPoolCredentials
to exchange for GCP access tokens.Fields in com.google.auth.oauth2 declared as IdentityPoolSubjectTokenSupplierModifier and TypeFieldDescriptionprivate IdentityPoolSubjectTokenSupplier
IdentityPoolCredentials.Builder.subjectTokenSupplier
private final IdentityPoolSubjectTokenSupplier
IdentityPoolCredentials.subjectTokenSupplier
Methods in com.google.auth.oauth2 that return IdentityPoolSubjectTokenSupplierModifier and TypeMethodDescription(package private) IdentityPoolSubjectTokenSupplier
IdentityPoolCredentials.getIdentityPoolSubjectTokenSupplier()
Methods in com.google.auth.oauth2 with parameters of type IdentityPoolSubjectTokenSupplierModifier and TypeMethodDescriptionIdentityPoolCredentials.Builder.setSubjectTokenSupplier
(IdentityPoolSubjectTokenSupplier subjectTokenSupplier) Sets the subject token supplier.