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 AuthConfigOidcConfig
AuthConfigOidcConfig.Builder.build()
static AuthConfigOidcConfig
Deserializes 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.Builder
AuthConfig.Builder.oidcConfig
(AuthConfigOidcConfig oidcConfig) Setter for oidcConfig.