.load_token {r4googleads} | R Documentation |
Loading the Access Token
Description
load_token loads the access token using credentials provided by another internal function (dot-get_credentials). Execution of function is possible only once per authentication process.
Usually you need not to run load_token() explicitly since the whole authentication process is managed by authenticate
.
Usage
.load_token(credlist)
Arguments
credlist |
list of credentials |
Value
Access token with corresponding time stamp
[Package r4googleads version 0.1.1 Index]