Left some TODO's. Next thing is to check if the token is valid

This commit is contained in:
kdeng00
2019-08-19 22:19:47 -04:00
parent 4072526d35
commit 3e94e0e22e
7 changed files with 59 additions and 27 deletions
+10
View File
@@ -0,0 +1,10 @@
#ifndef SCOPES_H_
#define SCOPES_H_
enum class Scope
{
upload = 0,
download
};
#endif