Working on User authentication
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef INITIALIZATION_H_
|
||||
#define INITIALIZATION_H_
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "model/Models.h"
|
||||
|
||||
namespace verify
|
||||
@@ -8,6 +10,8 @@ namespace verify
|
||||
class Initialization
|
||||
{
|
||||
public:
|
||||
static bool skipVerification(const std::string&);
|
||||
|
||||
static void checkIcarus(const model::BinaryPath&);
|
||||
private:
|
||||
static bool confirmConfigAuth(const model::BinaryPath&);
|
||||
|
||||
Reference in New Issue
Block a user