qualtrics_authenticate: Authenticate your api token, data center and oauth...

Description Usage Arguments Value

View source: R/qualtrics_authenticate.R

Description

Authenticate your api token, data center and oauth credentials

Usage

1
2
qualtrics_authenticate(type = c("token", "oauth"), use_keychain = FALSE,
  ...)

Arguments

type

either one of 'token' (API credentials) or 'oauth' (using secret and id)

use_keychain

should qualtRics retrieve stored credentials from the keychain?

...

any of the options (api_token, data_center, client_id, client_secret) can be passed as named objects. If you pass these parameters, they will override e.g. environment variables.

Value

exits silently


JasperHG90/qualtRics documentation built on May 7, 2019, 10:33 a.m.