8#include "Arp/Base/Core/Enum.hxx" 
   37    InvalidCredentials  = 1,
 
   45    PenaltyDelayActive  = 2,
 
   55    SessionLimitReached = 3,
 
   87template<> 
struct fmt::formatter<
Arp::System::Um::Services::AuthenticationError> : 
public fmt::ostream_formatter {};
 
std::int32_t int32
The Arp integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:35
 
Namespace for services of the User Manager (UM)
 
AuthenticationError
Describes several error codes which can occur during an authentication request.
Definition: AuthenticationError.hpp:19
 
@ UserPasswordExpired
The currently set password for the user has expired and needs to be changed.
 
Root namespace for the PLCnext API