ESP3D  3.0
Firmware for ESP boards connected to 3D Printer
authentication_service.h File Reference
Include dependency graph for authentication_service.h:
This graph shows which files directly or indirectly include this file:

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"
 

Enumeration Type Documentation

◆ level_authenticate_type

Enumerator
LEVEL_GUEST 
LEVEL_USER 
LEVEL_ADMIN 

Definition at line 25 of file authentication_service.h.

Variable Documentation

◆ DEFAULT_ADMIN_LOGIN

const char DEFAULT_ADMIN_LOGIN[] = "admin"

Definition at line 31 of file authentication_service.h.

◆ DEFAULT_USER_LOGIN

const char DEFAULT_USER_LOGIN[] = "user"

Definition at line 32 of file authentication_service.h.