apiAuth

public abstract ExternalApi.Builder apiAuth(ApiAuth apiAuth)

Setter for apiAuth.

apiAuth: The authentication config to access the API. Deprecated. Please use auth_config instead.


@CanIgnoreReturnValue()
public ExternalApi.Builder apiAuth(ApiAuth.Builder apiAuthBuilder)

Setter for apiAuth builder.

apiAuth: The authentication config to access the API. Deprecated. Please use auth_config instead.