|
onboardapi
9.10.0
by Rheinmetall
|
Report the current auth status of a user. More...
Public Member Functions | |
| ReportAuthStatus () | |
| ReportAuthStatus (std::string const &KeyUserId, M_Auth::AuthStatusType const &Status, bool IsRemoved) | |
Public Attributes | |
| std::string | KeyUserId |
| The id of the user. More... | |
| M_Auth::AuthStatusType | Status |
| Auth status. More... | |
| bool | IsRemoved |
Report the current auth status of a user.
| M_Auth::ReportAuthStatus::ReportAuthStatus | ( | ) |
| M_Auth::ReportAuthStatus::ReportAuthStatus | ( | std::string const & | KeyUserId, |
| M_Auth::AuthStatusType const & | Status, | ||
| bool | IsRemoved | ||
| ) |
| bool M_Auth::ReportAuthStatus::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.
| std::string M_Auth::ReportAuthStatus::KeyUserId |
The id of the user.
| M_Auth::AuthStatusType M_Auth::ReportAuthStatus::Status |
Auth status.