sf_access_token: Return access_token attribute of OAuth 2.0 Token

View source: R/auth.R

sf_access_tokenR Documentation

Return access_token attribute of OAuth 2.0 Token

Description

Return access_token attribute of OAuth 2.0 Token

Usage

sf_access_token(verbose = FALSE)

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 access_token element of the current token in force; 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.