rtypeform_set_scope {rtypeform} | R Documentation |
Set access scopes for OAuth access
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
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 |
Examples
rtypeform_set_scope(scopes = c("forms:read"))
[Package rtypeform version 2.1.0 Index]