|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IClient () |
| virtual void | EventLogin (std::string const &KeyUserId, M_Auth::LoginEventType const &LoginEvent) |
| virtual void | ReportAuthStatus (std::string const &KeyUserId, M_Auth::AuthStatusType const &Status, bool IsRemoved) |
Auth client interface. Contains callback operations from the auth service to the client.
|
virtual |
|
virtual |
Login events.
| KeyUserId | The id of the user. |
| LoginEvent | The login event. |
|
virtual |
Report the current auth status of a user.
| KeyUserId | The id of the user. |
| Status | Auth status |
| IsRemoved | Indicates if the auth status is no longer available. Note: This will always be set to true when a service has been shut down. After this has been set to true, the status will no longer be available to late joiners. |