com.googlecode.googleplus.core
Interface OAuth2RefreshListener


public interface OAuth2RefreshListener


Method Summary
 void tokensRefreshed(String oldAccessToken, org.springframework.social.oauth2.AccessGrant accessGrant)
          Invoked when a token is refreshed.
 

Method Detail

tokensRefreshed

void tokensRefreshed(String oldAccessToken,
                     org.springframework.social.oauth2.AccessGrant accessGrant)
Invoked when a token is refreshed.

Parameters:
accessToken - the old access token
accessGrant - the new access grant (containing both tokens)


Copyright © 2014. All Rights Reserved.