rtypeform_set_scope: Set access scopes for OAuth access

Description Usage Arguments Examples

View source: R/options.R

Description

Define access scopes for an application. See https://developer.typeform.com/get-started/scopes/ for more information on what scopes are allowed and their permissions.

Set option for rtypeform client id, secret

Usage

1
2
3
4
5
6
7

Arguments

scopes

A character vector of scopes

id

A client id from a typeform registered application

secret

A client secret from a typeform registered application

token

Either a string of a personal access token, or an OAuth token returned by make_new_token.

Examples

1
rtypeform_set_scope(scopes = c("forms:read"))

csgillespie/rtypeform documentation built on Sept. 7, 2020, 1:57 a.m.