Skip to content

Commit

Permalink
AJ-1322 - Set source wds client token using SetBearerToken (#335)
Browse files Browse the repository at this point in the history
set bearer token instead of access token
  • Loading branch information
yuliadub authored Sep 12, 2023
1 parent b0817c4 commit 3540e3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ private ApiClient getApiClient(String token, String workspaceDataServiceUrl) {
}
}
else {
apiClient.setAccessToken(token);
apiClient.setBearerToken(token);
}

return apiClient;
Expand Down

0 comments on commit 3540e3f

Please sign in to comment.