Skip to contents

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

Set option for rtypeform client id, secret

Usage

rtypeform_set_scope(scopes = NULL)

rtypeform_set_client_id(id = NULL)

rtypeform_set_client_secret(secret = NULL)

rtypeform_set_token(token)

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

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