kerberos_configs: A convenient wrapper around Kerberos config

View source: R/request_headers.R

kerberos_configsR Documentation

A convenient wrapper around Kerberos config

Description

The configs specify authentication protocol and additional settings.

Usage

kerberos_configs(user = "", password = "", service_name = "presto")

Arguments

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".

Value

A httr::config() output that can be passed to the request.config argument of dbConnect().


prestodb/RPresto documentation built on Feb. 28, 2024, 11:13 a.m.