Uses of Class
com.google.genai.types.AuthConfigOidcConfig
Packages that use AuthConfigOidcConfig
-
Uses of AuthConfigOidcConfig in com.google.genai.types
Methods in com.google.genai.types that return AuthConfigOidcConfigModifier and TypeMethodDescriptionabstract AuthConfigOidcConfigAuthConfigOidcConfig.Builder.build()static AuthConfigOidcConfigDeserializes a JSON string to a AuthConfigOidcConfig object.Methods in com.google.genai.types that return types with arguments of type AuthConfigOidcConfigModifier and TypeMethodDescriptionabstract Optional<AuthConfigOidcConfig>AuthConfig.oidcConfig()Config for user OIDC auth.Methods in com.google.genai.types with parameters of type AuthConfigOidcConfigModifier and TypeMethodDescriptionabstract AuthConfig.BuilderAuthConfig.Builder.oidcConfig(AuthConfigOidcConfig oidcConfig) Setter for oidcConfig.