onboardapi  9.10.0
by Rheinmetall
M_Auth::IService Class Reference

Public Member Functions

virtual ~IService ()
 
virtual void CmdLogoutUser (std::string const &KeyUserId)
 

Detailed Description

Auth service interface. Contains operations that a client can command the auth service to perform.

Constructor & Destructor Documentation

◆ ~IService()

M_Auth::IService::~IService ( )
virtual

Member Function Documentation

◆ CmdLogoutUser()

void M_Auth::IService::CmdLogoutUser ( std::string const &  KeyUserId)
virtual

Log the user out.

Parameters
KeyUserIdThe id of the user.