Commit 2f775051 authored by Greg Messner's avatar Greg Messner
Browse files

Added TokenType enum (#79)

parent d4f32c10
......@@ -31,6 +31,11 @@ public interface Constants {
/** Page param HTTP header key. */
public static final String PAGE_PARAM = "page";
/** Used to specify the type of authentication token. */
public enum TokenType {
ACCESS, PRIVATE;
}
/** Enum to use for ordering the results of various API calls. */
public enum SortOrder {
......
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