make_login_url: Login URL Generator

View source: R/endpoints-soap.R

make_login_urlR Documentation

Login URL Generator

Description

Login URL Generator

Usage

make_login_url(login_url)

Arguments

login_url

character; the package default login URL is https://login.salesforce.com, but other URLs can be used. For example, if you are logging into a sandbox environment, then the login URL should be set to https://test.salesforce.com.

Value

character; a complete URL (as a string) that will be used to login to. This string is specific to your environment (production, sandbox, etc.) and the API version being used.

Note

This function is meant to be used internally. Only use when debugging. You should set the login URL globally as one of the package options: options(salesforcer.login_url="https://test.salesforce.com").


salesforcer documentation built on March 18, 2022, 6:26 p.m.