Commit 5efacf72 authored by Greg Messner's avatar Greg Messner
Browse files

Added OAUTH2_ACCESS TokenType.

parent 9d1b383a
...@@ -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. */
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment