sf_session_id: Return session_id resulting from Basic auth routine

View source: R/auth.R

sf_session_idR Documentation

Return session_id resulting from Basic auth routine

Description

Return session_id resulting from Basic auth routine

Usage

sf_session_id(verbose = TRUE)

Arguments

verbose

logical; an indicator of whether to print additional detail for each API call, which is useful for debugging. More specifically, when set to TRUE the URL, header, and body will be printed for each request, along with additional diagnostic information where available.

Value

character; a string of the sessionId element of the current authorized API session; otherwise NULL

Note

This function is meant to be used internally. Only use when debugging.


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