gitlab4j-api icon indicating copy to clipboard operation
gitlab4j-api copied to clipboard

provide refresh token function

Open Jarome07 opened this issue 3 years ago • 1 comments

in GitLab version 15,Access tokens expire after two hours. access-token-expiration Can refresh function be provided?

Jarome07 avatar Feb 14 '23 02:02 Jarome07

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

jabby avatar Feb 15 '23 22:02 jabby