authConfig

public abstract ExternalApi.Builder authConfig(AuthConfig authConfig)

Setter for authConfig.

authConfig: The authentication config to access the API.


@CanIgnoreReturnValue()
public ExternalApi.Builder authConfig(AuthConfig.Builder authConfigBuilder)

Setter for authConfig builder.

authConfig: The authentication config to access the API.