View source: R/request_headers.R
kerberos_configs | R Documentation |
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().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.