#include <user.h>
Definition at line 6 of file user.h.
◆ login() [1/2]
◆ login() [2/2]
Response< User > User::login |
( |
const std::string & |
username, |
|
|
const std::string & |
password |
|
) |
| |
◆ validate()
- Returns
- Response<bool> true if the user's sessions is valid, false otherwise.
Definition at line 19 of file user.cpp.
◆ m_account_id
std::string User::m_account_id |
|
private |
◆ m_display_name
std::string User::m_display_name |
|
private |
◆ m_email
std::string User::m_email |
|
private |
◆ m_token
std::string User::m_token |
|
private |
The documentation for this class was generated from the following files:
- /home/jordan/Nextcloud/projects/wam/include/user.h
- /home/jordan/Nextcloud/projects/wam/src/user.cpp