ApiAuth

@Serializable
data class ApiAuth(val apiKeyConfig: ApiAuthApiKeyConfig? = null)

The generic reusable api auth config. Deprecated. Please use AuthConfig (google/cloud/aiplatform/master/auth.proto) instead. This data type is not supported in Gemini API.

Constructors

Link copied to clipboard
constructor(apiKeyConfig: ApiAuthApiKeyConfig? = null)

Properties

Link copied to clipboard

The API secret.