#include <structs.hpp>
◆ LoginLockout() [1/4]
iv::model::LoginLockout::LoginLockout |
( |
| ) |
|
◆ LoginLockout() [2/4]
iv::model::LoginLockout::LoginLockout |
( |
uint8_t | maxFailedAttempts, |
|
|
iv::types::milliseconds | lockoutDuration, |
|
|
bool | automaticUnlock ) |
◆ LoginLockout() [3/4]
iv::model::LoginLockout::LoginLockout |
( |
const LoginLockout & | other | ) |
|
|
default |
◆ LoginLockout() [4/4]
iv::model::LoginLockout::LoginLockout |
( |
LoginLockout && | other | ) |
|
|
noexcept |
◆ ~LoginLockout()
iv::model::LoginLockout::~LoginLockout |
( |
| ) |
|
|
default |
◆ load()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ save()
◆ _automaticUnlock
bool iv::model::LoginLockout::_automaticUnlock |
◆ _lockoutDuration
◆ _maxFailedAttempts
uint8_t iv::model::LoginLockout::_maxFailedAttempts |
The documentation for this struct was generated from the following files: