Uses of Class
com.google.genai.types.AuthConfigOauthConfig
Packages that use AuthConfigOauthConfig
-
Uses of AuthConfigOauthConfig in com.google.genai.types
Methods in com.google.genai.types that return AuthConfigOauthConfigModifier and TypeMethodDescriptionabstract AuthConfigOauthConfig
AuthConfigOauthConfig.Builder.build()
static AuthConfigOauthConfig
Deserializes a JSON string to a AuthConfigOauthConfig object.Methods in com.google.genai.types that return types with arguments of type AuthConfigOauthConfigModifier and TypeMethodDescriptionabstract Optional<AuthConfigOauthConfig>
AuthConfig.oauthConfig()
Config for user oauth.Methods in com.google.genai.types with parameters of type AuthConfigOauthConfigModifier and TypeMethodDescriptionabstract AuthConfig.Builder
AuthConfig.Builder.oauthConfig
(AuthConfigOauthConfig oauthConfig) Setter for oauthConfig.