- All Superinterfaces:
OAuthState, org.mule.sdk.api.connectivity.oauth.OAuthState
@MinMuleVersion("4.2.1")
@NoImplement
public interface ClientCredentialsState
extends OAuthState
ConnectionProvider implementations which are also annotated with
ClientCredentials MUST have a field of
this type. When the authorization dance is completed, the runtime will inject in such field an instance of this class.
This class holds all the relevant information about the completed authorization dance so that the
ConnectionProvider
can make use of it.
- Since:
- 1.2.1
-
Method Summary
Methods inherited from interface org.mule.sdk.api.connectivity.oauth.OAuthState
getAccessToken, getExpiresIn