Uses of Interface
com.google.auth.oauth2.IdTokenProvider
-
Packages that use IdTokenProvider Package Description com.google.auth.oauth2 -
-
Uses of IdTokenProvider in com.google.auth.oauth2
Classes in com.google.auth.oauth2 that implement IdTokenProvider Modifier and Type Class Description class
ComputeEngineCredentials
OAuth2 credentials representing the built-in service account for a Google Compute Engine VM.class
ImpersonatedCredentials
ImpersonatedCredentials allowing credentials issued to a user or service account to impersonate another.class
ServiceAccountCredentials
OAuth2 credentials representing a Service Account for calling Google APIs.class
UserCredentials
OAuth2 Credentials representing a user's identity and consent.Fields in com.google.auth.oauth2 declared as IdTokenProvider Modifier and Type Field Description private IdTokenProvider
IdTokenCredentials.Builder. idTokenProvider
private IdTokenProvider
IdTokenCredentials. idTokenProvider
Methods in com.google.auth.oauth2 that return IdTokenProvider Modifier and Type Method Description IdTokenProvider
IdTokenCredentials.Builder. getIdTokenProvider()
Methods in com.google.auth.oauth2 with parameters of type IdTokenProvider Modifier and Type Method Description IdTokenCredentials.Builder
IdTokenCredentials.Builder. setIdTokenProvider(IdTokenProvider idTokenProvider)
-