password.login: Retrieve authentication token based on login

Description Usage Arguments Value

View source: R/login.R

Description

Retrieve authentication token based on login

Usage

1
2
password.login(clientid, clientsecret, username, password,
  security.token = "", api.version = "35.0", ..., raw = T)

Arguments

clientid

App client ID

clientsecret

App client secret

username

Salesforce username

password

Salesforce password

security.token

Added security token, concatenated to the password

api.version

Version of API to use

...

Further arguments are passed to httr::POST

Value

Authentication token used in subsequent API requests


mebaran/rsalesforce documentation built on May 22, 2019, 6:48 p.m.