| Package | Description |
|---|---|
| org.mule.runtime.oauth.internal |
| Modifier and Type | Method and Description |
|---|---|
protected TokenResponse |
AbstractOAuthDancer.parseTokenResponse(org.mule.runtime.http.api.domain.message.response.HttpResponse response,
String tokenUrl,
boolean retrieveRefreshToken) |
| Modifier and Type | Method and Description |
|---|---|
protected CompletableFuture<TokenResponse> |
AbstractOAuthDancer.invokeTokenUrl(String tokenUrl,
Map<String,String> tokenRequestFormToSend,
org.mule.runtime.api.util.MultiMap<String,String> queryParams,
org.mule.runtime.api.util.MultiMap<String,String> headers,
String authorization,
boolean retrieveRefreshToken,
Charset encoding) |
Copyright © 2024. All rights reserved.