| Package | Description |
|---|---|
| org.mule.runtime.oauth.api |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<String> |
ClientCredentialsOAuthDancer.accessToken()
Will query the internal state (the
tokensStore parameter passed to the service to build the
ClientCredentialsOAuthDancer) to get the appropriate accessToken. |
CompletableFuture<String> |
AuthorizationCodeOAuthDancer.accessToken(String resourceOwner)
Will query the internal state (the
tokensStore parameter passed to the service to build the
AuthorizationCodeOAuthDancer) to get the appropriate accessToken. |
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.