Auth Config
@Serializable
The authentication config to access the API.
Constructors
Link copied to clipboard
constructor(apiKey: String? = null, apiKeyConfig: ApiKeyConfig? = null, authType: AuthType? = null, googleServiceAccountConfig: AuthConfigGoogleServiceAccountConfig? = null, httpBasicAuthConfig: AuthConfigHttpBasicAuthConfig? = null, oauthConfig: AuthConfigOauthConfig? = null, oidcConfig: AuthConfigOidcConfig? = null)