onboardapi  9.10.0
by Rheinmetall
M_Auth::EventLogin Struct Reference

Login events. More...

Public Member Functions

 EventLogin ()
 
 EventLogin (std::string const &KeyUserId, M_Auth::LoginEventType const &LoginEvent)
 

Public Attributes

std::string KeyUserId
 The id of the user. More...
 
M_Auth::LoginEventType LoginEvent
 The login event. More...
 

Detailed Description

Login events.

Constructor & Destructor Documentation

◆ EventLogin() [1/2]

M_Auth::EventLogin::EventLogin ( )

◆ EventLogin() [2/2]

M_Auth::EventLogin::EventLogin ( std::string const &  KeyUserId,
M_Auth::LoginEventType const &  LoginEvent 
)

Member Data Documentation

◆ KeyUserId

std::string M_Auth::EventLogin::KeyUserId

The id of the user.

◆ LoginEvent

M_Auth::LoginEventType M_Auth::EventLogin::LoginEvent

The login event.