Uses of Class
org.mule.oauth.client.api.exception.RequestAuthenticationException
-
Packages that use RequestAuthenticationException Package Description org.mule.oauth.client.api -
-
Uses of RequestAuthenticationException in org.mule.oauth.client.api
Methods in org.mule.oauth.client.api that throw RequestAuthenticationException Modifier and Type Method Description CompletableFuture<String>AuthorizationCodeOAuthDancer. accessToken(String resourceOwner)Will query the internal state (thetokensStoreparameter passed to the service to build theAuthorizationCodeOAuthDancer) to get the appropriate accessToken.CompletableFuture<String>ClientCredentialsOAuthDancer. accessToken()Will query the internal state (thetokensStoreparameter passed to the service to build theClientCredentialsOAuthDancer) to get the appropriate accessToken.
-