After successfully authenticating, I store the access token and refresh token into my DB. As per oauth2.0, the access token will expires in 1 hour. Do you have an example on how to refresh the access token using the saved refresh token?
Manuel Lemos - 2016-10-17 21:56:40 - In reply to message 1 from Edmund
The class automatically refresh the token before making any calls and stores in the container. If you use one sub-class that uses a database container, the class will store the new token in the database for you.