We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57889a3 commit 9349b5eCopy full SHA for 9349b5e
src/main/java/org/gitlab4j/api/GitLabApi.java
@@ -713,14 +713,6 @@ public String getAuthToken() {
713
return (apiClient.getAuthToken());
714
}
715
716
- /**
717
- * Set auth token supplier for gitlab api client.
718
- * @param authTokenSupplier - supplier which provide actual auth token
719
- */
720
- public void setAuthTokenSupplier(Supplier<String> authTokenSupplier) {
721
- apiClient.setAuthTokenSupplier(authTokenSupplier);
722
- }
723
-
724
/**
725
* Get the secret token.
726
*
0 commit comments