loadToken {RAdwords} | R Documentation |
Loading the Access Token
Description
loadToken loads the access token using credentials provided by getAuth
. Execution of function is possible only once per authentication process.
Usually you need not to run loadToken() explicitly since the whole authentication process is managed by doAuth
.
Usage
loadToken(credlist)
Arguments
credlist |
list of credentials |
Value
Access token with corresponding time stamp.
[Package RAdwords version 0.1.18 Index]