Left some TODO's. Next thing is to check if the token is valid
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef SCOPES_H_
|
||||
#define SCOPES_H_
|
||||
|
||||
enum class Scope
|
||||
{
|
||||
upload = 0,
|
||||
download
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user