public interface OAuth2RefreshListener
| Modifier and Type | Method and Description |
|---|---|
void |
tokensRefreshed(String oldAccessToken,
org.springframework.social.oauth2.AccessGrant accessGrant)
Invoked when a token is refreshed.
|
void tokensRefreshed(String oldAccessToken, org.springframework.social.oauth2.AccessGrant accessGrant)
accessToken - the old access tokenaccessGrant - the new access grant (containing both tokens)Copyright © 2014. All Rights Reserved.