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