Uses of Interface
org.openhab.core.auth.client.oauth2.AccessTokenRefreshListener
Packages that use AccessTokenRefreshListener
-
Uses of AccessTokenRefreshListener in org.openhab.core.auth.client.oauth2
Methods in org.openhab.core.auth.client.oauth2 with parameters of type AccessTokenRefreshListenerModifier and TypeMethodDescriptionvoidOAuthClientService.addAccessTokenRefreshListener(AccessTokenRefreshListener listener) Adds anAccessTokenRefreshListener.booleanOAuthClientService.removeAccessTokenRefreshListener(AccessTokenRefreshListener listener) Removes theAccessTokenRefreshListener.