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)
Examples
rtypeform_set_scope(scopes = c("forms:read"))