login {ccmReportR}R Documentation

Obtain an access token to authorize requests

Description

This function implements the OAuth2.0 device grant flow see https://tools.ietf.org/html/rfc6749#section-1.3.1 and https://help.salesforce.com/articleView?id=remoteaccess_oauth_device_flow.htm&type=5 for more information. The token is stored in the OS keyring.

Usage

login()

Value

CCM access token for use in authorizing subsequent requests.


[Package ccmReportR version 0.1.0 Index]