Module org.mule.oauth.client.api
Interface OAuthStateListener
-
- All Known Subinterfaces:
AuthorizationCodeListener,ClientCredentialsListener
public interface OAuthStateListenerAllows to get notified about events related to the state of an OAuth authorization- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidonTokenInvalidated()Invoked when a tokens gets invalidated by a Mule application.
-