Last data update: 2014.03.03

R: This function takes the Refresh Token as an argument and...
RefreshToAccessTokenR 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

Results