refreshToken: Refresh Access Token

View source: R/refreshToken.R

refreshTokenR Documentation

Refresh Access Token

Description

refreshToken returns a new valid access token. The access token deprecates after one hour and has to updated with the refresh token. Usually you need not to run refreshToken() explicitly since the whole authentication process is managed by doAuth.

Usage

refreshToken(google_auth)

Arguments

google_auth

list of credentials and access token

Value

New access token with corresponding time stamp.


jburkhardt/RAdwords documentation built on March 26, 2022, 7:20 p.m.