You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/action-mgt/org.wso2.carbon.identity.action.execution/src/main/java/org/wso2/carbon/identity/action/execution/internal/util/APIClient.java
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,6 @@
49
49
importjava.io.IOException;
50
50
importjava.net.SocketTimeoutException;
51
51
importjava.nio.charset.StandardCharsets;
52
-
importjava.util.HashMap;
53
52
importjava.util.Map;
54
53
55
54
/**
@@ -88,21 +87,21 @@ public APIClient() {
88
87
* @param actionType Action type.
89
88
* @param url URL of the API endpoint.
90
89
* @param authMethod Authentication method to be used.
91
-
* @param headers Headers to be included in the request.
90
+
* @param additionalHeaders Headers to be included in the request.
92
91
* @param payload Payload to be sent in the request body.
93
92
* @return ActionInvocationResponse containing the response or error details.
0 commit comments