Cavoke
1.1.0
A Platform for creating and hosting multiplayer turn-based board games
|
#include <authdialog.h>
Public Member Functions | |
AuthDialog (QWidget *parent=nullptr) | |
Static Public Member Functions | |
static bool | verifyAuth (QWidget *parent=nullptr) |
Dialog that asks users to log in in order to use methods that require authentication.
Definition at line 14 of file authdialog.h.
|
explicit |
Definition at line 4 of file authdialog.cpp.
AuthDialog::~AuthDialog | ( | ) |
Definition at line 9 of file authdialog.cpp.
|
static |
Auth guard for methods that require authentication (e.g. session creation)
true
if authenticated successfully, false
otherwise Definition at line 28 of file authdialog.cpp.