parler_auth: Authenticate

Description Usage Arguments Details Examples

View source: R/parler_auth.R

Description

xxx

Usage

1
2
3
4
5
6
7
parler_auth(
  decode = TRUE,
  path = "config/auth.json",
  option = "enter",
  mst = NULL,
  jst = NULL
)

Arguments

decode

Whether MST and JST tokens should be decoded before storing. BOOLEAN defaulting to TRUE.

path

Path where to store the authentication file. Currently needs to stay './config/auth.json'.

option

How JST and MST tokens shall be entered. str defaulting to 'enter'.

Details

Warning: This functions writes an authentication file to a json-file in ./confic/auth.json

Examples

1
2
3
4
## Not run: 
# parler_auth()

## End(Not run)

schliebs/parleR documentation built on March 28, 2021, 7:34 p.m.