Uses of Class
org.vx68k.bitbucket.api.client.TokenRefreshEvent
-
Packages that use TokenRefreshEvent Package Description org.vx68k.bitbucket.api.client Client implementation for the Bitbucket API.org.vx68k.bitbucket.api.client.internal Internal classes. -
-
Uses of TokenRefreshEvent in org.vx68k.bitbucket.api.client
Methods in org.vx68k.bitbucket.api.client with parameters of type TokenRefreshEvent Modifier and Type Method Description void
TokenRefreshListener. tokenRefreshed(TokenRefreshEvent event)
Notifies that tokens were refreshed. -
Uses of TokenRefreshEvent in org.vx68k.bitbucket.api.client.internal
Methods in org.vx68k.bitbucket.api.client.internal with parameters of type TokenRefreshEvent Modifier and Type Method Description protected void
OAuth2Authenticator. fireTokenRefreshed(TokenRefreshEvent event)
Fires a token refreshed event.
-