Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
9349b5e6
Commit
9349b5e6
authored
Mar 09, 2022
by
Flemming Frandsen
Browse files
Whoops bad merge
parent
57889a34
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/GitLabApi.java
View file @
9349b5e6
...
@@ -713,14 +713,6 @@ public class GitLabApi implements AutoCloseable {
...
@@ -713,14 +713,6 @@ public class GitLabApi implements AutoCloseable {
return
(
apiClient
.
getAuthToken
());
return
(
apiClient
.
getAuthToken
());
}
}
/**
* Set auth token supplier for gitlab api client.
* @param authTokenSupplier - supplier which provide actual auth token
*/
public
void
setAuthTokenSupplier
(
Supplier
<
String
>
authTokenSupplier
)
{
apiClient
.
setAuthTokenSupplier
(
authTokenSupplier
);
}
/**
/**
* Get the secret token.
* Get the secret token.
*
*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment