checkSavedAccessToken: Check the token saved by saveTokenToFile

View source: R/auth.R

checkSavedAccessTokenR Documentation

Check the token saved by saveTokenToFile

Description

Reads a token out of savedFile. If there is a valid token, the email of the service account is displayed. Otherwise, there is an error, you should consider recreating the token using saveTokenToFile()

Usage

checkSavedAccessToken(savedFile = "~/.access_token")

Arguments

savedFile

The file read that contains the token.

Value

invisibly returns a list of information about the token

See Also

saveTokenToFile()


Analyticsphere/ConnectAnalystR documentation built on March 10, 2023, 5:28 a.m.