When the Connected app in SalesForce does not have "Full access (full)" scope in the Selected OAuth Scopes, then "Expired token" error is fired on the callback when $this->storeResources(); is called. This is for the WebSever auth case. I suggest that this would be easily fixed by using a config variable inside the forrest config file. If you like I can fix it and push a PR?
When the Connected app in SalesForce does not have "Full access (full)" scope in the Selected OAuth Scopes, then "Expired token" error is fired on the callback when
$this->storeResources();
is called. This is for the WebSever auth case. I suggest that this would be easily fixed by using a config variable inside the forrest config file. If you like I can fix it and push a PR?