Interface AccessTokenRefreshListener
@NonNullByDefault
public interface AccessTokenRefreshListener
Handler to act up on changes of the access token.
- Author:
- Hilbrand Bouwkamp - Initial contribution
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onAccessTokenResponse
(AccessTokenResponse tokenResponse) Notifies of a successful token response fromOAuthClientService.refreshToken()
.
-
Method Details
-
onAccessTokenResponse
Notifies of a successful token response fromOAuthClientService.refreshToken()
.- Parameters:
tokenResponse
- token response
-