gitlab4j-api
gitlab4j-api copied to clipboard
provide refresh token function
in GitLab version 15,Access tokens expire after two hours. access-token-expiration Can refresh function be provided?
Have you tried to use the following method? https://github.com/gitlab4j/gitlab4j-api/blob/master/src/main/java/org/gitlab4j/api/GitLabApi.java#L716-L722