make_login_url {salesforcer} | R Documentation |
Login URL Generator
Description
Login URL Generator
Usage
make_login_url(login_url)
Arguments
login_url |
|
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")
.
[Package salesforcer version 1.0.2 Index]