Module org.mule.oauth.client.api
Interface ClientCredentialsListener
-
- All Superinterfaces:
OAuthStateListener
public interface ClientCredentialsListener extends OAuthStateListener
Allows to get notified about certain events related to an OAuth dance with Client Credentials grant type- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidonTokenRefreshed(ResourceOwnerOAuthContext context)Invoked each time a refresh token operation has been completed successfully-
Methods inherited from interface org.mule.oauth.client.api.listener.OAuthStateListener
onTokenInvalidated
-
-
-
-
Method Detail
-
onTokenRefreshed
default void onTokenRefreshed(ResourceOwnerOAuthContext context)
Invoked each time a refresh token operation has been completed successfully- Parameters:
context- the resultingResourceOwnerOAuthContext
-
-