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
5efacf72
Commit
5efacf72
authored
Apr 25, 2019
by
Greg Messner
Browse files
Added OAUTH2_ACCESS TokenType.
parent
9d1b383a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/Constants.java
View file @
5efacf72
...
@@ -36,7 +36,7 @@ public interface Constants {
...
@@ -36,7 +36,7 @@ public interface Constants {
/** Used to specify the type of authentication token. */
/** Used to specify the type of authentication token. */
public
enum
TokenType
{
public
enum
TokenType
{
ACCESS
,
PRIVATE
;
ACCESS
,
OAUTH2_ACCESS
,
PRIVATE
;
}
}
/** Enum to use for ordering the results of various API calls. */
/** Enum to use for ordering the results of various API calls. */
...
...
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