| Package | Description |
|---|---|
| org.mule.runtime.oauth.api | |
| org.mule.runtime.oauth.internal |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<String> |
DefaultClientCredentialsOAuthDancer.accessToken() |
CompletableFuture<String> |
DefaultAuthorizationCodeOAuthDancer.accessToken(String resourceOwner) |
Copyright © 2024. All rights reserved.