Declaration of the Authentication class.
Definition Authentication.h:12
WiFiClient client
WiFi client object.
Definition Loading.h:27
String timelineNumber
Default timeline number.
Definition Loading.h:48
bool load()
Loads data required for the application.
Definition Loading.cpp:181
void saveTimeline(const String &timelineData)
Saves the timeline data to a file.
Definition Loading.cpp:155
Loading()
Default constructor for Loading class.
Definition Loading.cpp:25
String getTimelineNumber()
Retrieves the current timeline number from the server.
Definition Loading.cpp:54
bool getTimeline(String tln)
Retrieves the timeline data from the server based on the specified timeline number.
Definition Loading.cpp:101
Authentication authentication
Authentication object.
Definition Loading.h:34
char token[512]
JWT token buffer.
Definition Loading.h:41
String timelineFilePath
File path of the timeline file.
Definition Loading.h:55