Uses of Enum
com.google.auth.oauth2.IdTokenProvider.Option
Packages that use IdTokenProvider.Option
-
Uses of IdTokenProvider.Option in com.google.auth.oauth2
Fields in com.google.auth.oauth2 with type parameters of type IdTokenProvider.OptionModifier and TypeFieldDescriptionprivate List
<IdTokenProvider.Option> IdTokenCredentials.Builder.options
private List
<IdTokenProvider.Option> IdTokenCredentials.options
Methods in com.google.auth.oauth2 that return IdTokenProvider.OptionModifier and TypeMethodDescriptionstatic IdTokenProvider.Option
Returns the enum constant of this type with the specified name.static IdTokenProvider.Option[]
IdTokenProvider.Option.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.auth.oauth2 that return types with arguments of type IdTokenProvider.OptionMethod parameters in com.google.auth.oauth2 with type arguments of type IdTokenProvider.OptionModifier and TypeMethodDescriptionComputeEngineCredentials.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.IdTokenCredentials.Builder.setOptions
(List<IdTokenProvider.Option> options)