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 classComputeEngineCredentialsOAuth2 credentials representing the built-in service account for a Google Compute Engine VM.classImpersonatedCredentialsImpersonatedCredentials allowing credentials issued to a user or service account to impersonate another.classServiceAccountCredentialsOAuth2 credentials representing a Service Account for calling Google APIs.classUserCredentialsOAuth2 Credentials representing a user's identity and consent.Methods in com.google.auth.oauth2 that return IdTokenProvider Modifier and Type Method Description IdTokenProviderIdTokenCredentials.Builder. getIdTokenProvider()Methods in com.google.auth.oauth2 with parameters of type IdTokenProvider Modifier and Type Method Description IdTokenCredentials.BuilderIdTokenCredentials.Builder. setIdTokenProvider(IdTokenProvider idTokenProvider)
-