Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
iv::model::LoginLockout::DefaultValues Struct Reference

Static Public Attributes

static constexpr uint8_t maxFailedAttempts {5}
 
static constexpr iv::types::milliseconds lockoutDuration {5 * 60 * 1000}
 
static constexpr bool automaticUnlock {true}
 

Member Data Documentation

◆ automaticUnlock

bool iv::model::LoginLockout::DefaultValues::automaticUnlock {true}
staticconstexpr

◆ lockoutDuration

iv::types::milliseconds iv::model::LoginLockout::DefaultValues::lockoutDuration {5 * 60 * 1000}
staticconstexpr

◆ maxFailedAttempts

uint8_t iv::model::LoginLockout::DefaultValues::maxFailedAttempts {5}
staticconstexpr

The documentation for this struct was generated from the following file: