Uses of Class
com.google.auth.oauth2.IdToken
Packages that use IdToken
-
Uses of IdToken in com.google.auth.oauth2
Methods in com.google.auth.oauth2 that return IdTokenModifier and TypeMethodDescriptionstatic IdTokenCreates an IdToken given the encoded Json Web Signature.static IdTokenCreates an IdToken given the encoded Json Web Signature and JSON FactoryIdTokenCredentials.getIdToken()ComputeEngineCredentials.idTokenWithAudience(String targetAudience, List<IdTokenProvider.Option> options) Returns a Google ID Token from the metadata server on ComputeEngineIdTokenProvider.idTokenWithAudience(String targetAudience, List<IdTokenProvider.Option> options) Returns a Google OpenID Token with the provided audience field.ImpersonatedCredentials.idTokenWithAudience(String targetAudience, List<IdTokenProvider.Option> options) Returns an IdToken for the current Credential.ServiceAccountCredentials.idTokenWithAudience(String targetAudience, List<IdTokenProvider.Option> options) Returns a Google ID Token from either the OAuth or IAM Endpoint.UserCredentials.idTokenWithAudience(String targetAudience, List<IdTokenProvider.Option> options) Returns a Google ID Token from the refresh token response.