Uses of Class
com.google.auth.oauth2.IdTokenProvider.Option
-
Packages that use IdTokenProvider.Option Package Description com.google.auth.oauth2 -
-
Uses of IdTokenProvider.Option in com.google.auth.oauth2
Fields in com.google.auth.oauth2 with type parameters of type IdTokenProvider.Option Modifier and Type Field Description private java.util.List<IdTokenProvider.Option>
IdTokenCredentials.Builder. options
private java.util.List<IdTokenProvider.Option>
IdTokenCredentials. options
Methods in com.google.auth.oauth2 that return IdTokenProvider.Option Modifier and Type Method Description static IdTokenProvider.Option
IdTokenProvider.Option. valueOf(java.lang.String name)
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.Option Modifier and Type Method Description java.util.List<IdTokenProvider.Option>
IdTokenCredentials.Builder. getOptions()
Method parameters in com.google.auth.oauth2 with type arguments of type IdTokenProvider.Option Modifier and Type Method Description IdToken
ComputeEngineCredentials. idTokenWithAudience(java.lang.String targetAudience, java.util.List<IdTokenProvider.Option> options)
Returns a Google ID Token from the metadata server on ComputeEngineIdToken
IdTokenProvider. idTokenWithAudience(java.lang.String targetAudience, java.util.List<IdTokenProvider.Option> options)
Returns a Google OpenID Token with the provided audience field.IdToken
ImpersonatedCredentials. idTokenWithAudience(java.lang.String targetAudience, java.util.List<IdTokenProvider.Option> options)
Returns an IdToken for the current Credential.IdToken
ServiceAccountCredentials. idTokenWithAudience(java.lang.String targetAudience, java.util.List<IdTokenProvider.Option> options)
Returns a Google ID Token from either the Oauth or IAM Endpoint.IdToken
UserCredentials. idTokenWithAudience(java.lang.String targetAudience, java.util.List<IdTokenProvider.Option> options)
Returns a Google ID Token from the refresh token response.IdTokenCredentials.Builder
IdTokenCredentials.Builder. setOptions(java.util.List<IdTokenProvider.Option> options)
-