The configs specify authentication protocol and additional settings.
kerberos_configs(user = "", password = "", service_name = "presto")
A httr::config() output that can be passed to the request.config argument of dbConnect().
User name to pass to httr::authenticate(). Default to "".
Password to pass to httr::authenticate(). Default to "".
The service name. Default to "presto".