Manuel Lemos - 2013-02-25 22:10:21 -
In reply to message 1 from Michael DeMutis
ResetAccessToken is for your application to "forget" a previously obtained token, so you can restart the authorization process.
The default implementation just clears session variables on which tokens are stored. However, if you extended the class to implement your own token storage functions, it should do something consistent with that token storage method.