![]() |
ESP3D
3.0
Firmware for ESP boards connected to 3D Printer
|
#include "../../include/esp3d_config.h"
Go to the source code of this file.
Classes | |
class | AuthenticationService |
Enumerations | |
enum | level_authenticate_type { LEVEL_GUEST = 0, LEVEL_USER = 1, LEVEL_ADMIN = 2 } |
Variables | |
const char | DEFAULT_ADMIN_LOGIN [] = "admin" |
const char | DEFAULT_USER_LOGIN [] = "user" |
Enumerator | |
---|---|
LEVEL_GUEST | |
LEVEL_USER | |
LEVEL_ADMIN |
Definition at line 25 of file authentication_service.h.
const char DEFAULT_ADMIN_LOGIN[] = "admin" |
Definition at line 31 of file authentication_service.h.
const char DEFAULT_USER_LOGIN[] = "user" |
Definition at line 32 of file authentication_service.h.