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 AuthConfigOauthConfigAuthConfigOauthConfig.Builder.build()static AuthConfigOauthConfigDeserializes 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.BuilderAuthConfig.Builder.oauthConfig(AuthConfigOauthConfig oauthConfig) Setter for oauthConfig.