RefreshToAccessToken {RGoogleAnalyticsPremium} | R Documentation |
This function takes the Refresh Token as an argument and retrives a new Access Token based on it
Description
This function takes the Refresh Token as an argument and retrives a new Access Token based on it
Usage
RefreshToAccessToken(token.object)
Arguments
token.object |
OAuth2.0 Token Object containing refresh token, client ID and client Secret |
Value
token.object Returns the same token object with the updated access token. Since the Token object is a Reference Class object it can be modified in place
[Package RGoogleAnalyticsPremium version 0.1.1 Index]