Definition
refreshUserToken(clientId, clientSecret, refreshToken)
asyncRefreshes an expired access token with your client credentials and the refresh token that was given by the initial authentication.
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
clientId | string | none | The client ID of your application. | |
clientSecret | string | none | The client secret of your application. | |
refreshToken | string | none | The refresh token. |
Return type: AccessToken