outreach_auth: Authenticate an Outreach application

Description Usage Arguments

View source: R/authenticate.R

Description

Authenticate an Outreach application

Usage

1
outreach_auth(key, secret, redirect, scopes)

Arguments

key

The application or client ID provided to you by Outreach.io.

secret

The secret provided by Outreach.io.

redirect

The callback URI or URL provided by Outreach.io.

scopes

A character scalar containing the API privileges to be granted. Each scope is to be separated by a space. Each scope is to be defined by the name of the resource and the access level, e.g. "prospects.read sequenceStates.all".


JosiahParry/outReach documentation built on June 7, 2021, 7:45 a.m.