#include <IAuthService.hpp>
|
| virtual | ~IAuthService ()=default |
| |
| virtual bool | authenticate (const std::string &username, const std::string &password)=0 |
| | Authenticate a user.
|
| |
Definition at line 15 of file IAuthService.hpp.
◆ ~IAuthService()
| virtual server::IAuthService::~IAuthService |
( |
| ) |
|
|
virtualdefault |
◆ authenticate()
| virtual bool server::IAuthService::authenticate |
( |
const std::string & |
username, |
|
|
const std::string & |
password |
|
) |
| |
|
pure virtual |
Authenticate a user.
- Parameters
-
| username | Username |
| password | Password |
- Returns
- true if credentials are valid
Implemented in server::AuthService.
The documentation for this class was generated from the following file: